Skip to content

Commit

Permalink
Merge pull request #103 from avianlabs/wiyarmir-patch-1
Browse files Browse the repository at this point in the history
missed token replace bump_version.yaml
  • Loading branch information
wiyarmir authored Jul 18, 2024
2 parents b78cfc8 + f6e83c5 commit 1b65feb
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 @@ -45,7 +45,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
id: cpr
with:
token: ${{ secrets.github_token }}
token: ${{ secrets.ORG_BOT_TOKEN }}
commit-message: "Bump version from ${{ steps.get-before-version.outputs.before-version }} to ${{ steps.get-outputs.outputs.version }}"
title: "Bump version from ${{ steps.get-before-version.outputs.before-version }} to ${{ steps.get-outputs.outputs.version }}"
branch: "bump-version-${{ steps.get-outputs.outputs.version }}"
Expand Down

0 comments on commit 1b65feb

Please sign in to comment.