Skip to content

Commit

Permalink
Update push steps to another token with the required permissions (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn committed Sep 8, 2024
1 parent 41cd03f commit 4f06865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PUBLISH_TOKEN }}
branch: ${{ inputs.RELEASE_BRANCH }}

- name: Push Latest Tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch

Expand Down

0 comments on commit 4f06865

Please sign in to comment.