Skip to content

Commit 188768b

Browse files
committed
test
1 parent dd0b1d0 commit 188768b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Check deploy and generate variables
4949
id: check
5050
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
5252
run: |
5353
source ./tools/check-deploy-needed.sh
5454
targets_list=$(echo "${{ inputs.targets }}" | sed 's/ *, */,/g' | sed 's/^/["/' | sed 's/$/"]/' | sed 's/,/","/g')

0 commit comments

Comments
 (0)