Skip to content

Commit

Permalink
Merge pull request #646 from hkad98/fix-release
Browse files Browse the repository at this point in the history
fix: create pr as a different user
  • Loading branch information
hkad98 authored Apr 18, 2024
2 parents 9a91344 + 04f67aa commit 9edf628
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 @@ -65,7 +65,7 @@ jobs:
PR_NUMBER=$(basename $PR_URL)
echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.TOKEN_GITHUB_YENKINS }}
- name: Approve the PR as yenkins-admin
if: ${{ steps.commit.outputs.pushed == 'true' }}
run: |
Expand Down

0 comments on commit 9edf628

Please sign in to comment.