Skip to content

Commit

Permalink
Merge pull request #81 from LucienShui/dev
Browse files Browse the repository at this point in the history
Fix GITHUB_TOKEN in cron
  • Loading branch information
LucienShui authored Nov 24, 2019
2 parents 1114956 + 7bedfe0 commit 6577fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodule-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
git config user.email "[email protected]"
git add --all
git commit -m "Sync submodule at `TZ=UTC-8 date +'%Y-%m-%d %H:%M:%S'`"
git push https://${GITHUB_TOKEN}@github.com/${{ github.repository }}.git dev
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git dev

0 comments on commit 6577fd3

Please sign in to comment.