We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0b1d0 commit 188768bCopy full SHA for 188768b
.github/workflows/cron_build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Check deploy and generate variables
49
id: check
50
env:
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
52
run: |
53
source ./tools/check-deploy-needed.sh
54
targets_list=$(echo "${{ inputs.targets }}" | sed 's/ *, */,/g' | sed 's/^/["/' | sed 's/$/"]/' | sed 's/,/","/g')
0 commit comments