Skip to content

Commit

Permalink
missed token replace bump_version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir authored Jul 18, 2024
1 parent b78cfc8 commit f6e83c5
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 f6e83c5

Please sign in to comment.