Skip to content

Commit

Permalink
Update push-release.yml (#1592)
Browse files Browse the repository at this point in the history
Switch secret name for the version bump token


- [ ] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md)
and the [Code of Conduct](CODE_OF_CONDUCT.md).
  • Loading branch information
richard-rogers authored Nov 22, 2024
1 parent 301453c commit 3e201af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v4.1.1
with:
token: ${{ secrets.VERSION_UPDATE_WHYLOGS }}
token: ${{ secrets.VERSION_UPDATE }}
commit-message: Update version to ${{ env.VERSION }}
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Expand Down

0 comments on commit 3e201af

Please sign in to comment.