Skip to content

Commit 04f67aa

Browse files
committed
fix: create pr as a different user
JIRA: TRIVIAL
1 parent 9a91344 commit 04f67aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-version.yaml

Lines changed: 1 addition & 1 deletion
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)