Skip to content

Commit

Permalink
ci: set fake Git user for deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehyoung Kang authored and pastelmind committed Jun 10, 2022
1 parent eb2e94a commit edb7a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Configure Git for pushing commits
# Embed the access token directly into the remote URL so that the gh-pages library can pick it up
run: git remote set-url origin https://git:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
- run: npm run deploy
- run: npm run deploy -- -u 'github-actions-bot <[email protected]>'

0 comments on commit edb7a3e

Please sign in to comment.