Skip to content

Commit

Permalink
Merge pull request #101 from avianlabs/wiyarmir-patch-1
Browse files Browse the repository at this point in the history
Update version bump script to use the org bot
  • Loading branch information
wiyarmir authored Jul 15, 2024
2 parents 77a1886 + 281c3a1 commit b89710d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: ${{ steps.cpr.outputs.pull-request-number }}
run: gh pr merge --merge --auto "${{ steps.cpr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.github_token }}
GH_TOKEN: ${{ secrets.ORG_BOT_TOKEN }}

- name: Result
shell: bash
Expand Down

0 comments on commit b89710d

Please sign in to comment.