Skip to content

Commit 9edf628

Browse files
authored
Merge pull request #646 from hkad98/fix-release
fix: create pr as a different user
2 parents 9a91344 + 04f67aa commit 9edf628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
PR_NUMBER=$(basename $PR_URL)
6666
echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT
6767
env:
68-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
GH_TOKEN: ${{ secrets.TOKEN_GITHUB_YENKINS }}
6969
- name: Approve the PR as yenkins-admin
7070
if: ${{ steps.commit.outputs.pushed == 'true' }}
7171
run: |

0 commit comments

Comments
 (0)