Skip to content

Commit

Permalink
Merge pull request #45 from ginzarb/use-github-access-token-as-secrets
Browse files Browse the repository at this point in the history
GITHUB_TOKENは環境変数ではなくてsecretsだった
  • Loading branch information
willnet authored Jun 25, 2024
2 parents 6253bb6 + 61464b8 commit 97987d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cd build
git add -A
git commit -m 'Reflect changed sources'
git push -f https://${GITHUB_TOKEN}@github.com/ginzarb/ginzarb.github.io.git master
git push -f https://${{ secrets.GITHUB_TOKEN }}@github.com/ginzarb/ginzarb.github.io.git master
env:
GIT_COMMITTER_NAME: willnet
GIT_COMMITTER_EMAIL: [email protected]
Expand Down

0 comments on commit 97987d0

Please sign in to comment.