Skip to content

Commit

Permalink
specify creds when pushing
Browse files Browse the repository at this point in the history
jksolbakken committed Mar 5, 2024
1 parent 27a2f81 commit d06d680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ jobs:
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git remote set-url origin https://github-actions[bot]:[email protected]/$GITHUB_REPOSITORY.git
git remote set-url origin https://github-actions[bot]:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git
- run: npm version patch -m "[skip ci] bump version %s"
- run: git push

0 comments on commit d06d680

Please sign in to comment.