Skip to content

Commit

Permalink
manually set user in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Feb 21, 2021
1 parent f8ab0e0 commit 4cfb2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn deploy
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
yarn deploy -u "github-actions-bot <[email protected]>"

0 comments on commit 4cfb2b4

Please sign in to comment.