Skip to content

Commit

Permalink
Fix GITHUB_TOKEN in cron
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienShui committed Nov 24, 2019
1 parent 849da92 commit 7bedfe0
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 "lucien@lucien.ink"
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 7bedfe0

Please sign in to comment.