mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 06:34:41 +01:00
Fix update check
This commit is contained in:
6
.github/workflows/update-check.yaml
vendored
6
.github/workflows/update-check.yaml
vendored
@@ -12,12 +12,12 @@ on:
|
||||
- cron: '0 0 * * *' # runs everyday at midnight
|
||||
|
||||
jobs:
|
||||
build:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
- name: Check Update
|
||||
run: bash update-check.sh
|
||||
env:
|
||||
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user