We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a91344 + 04f67aa commit 9edf628Copy full SHA for 9edf628
.github/workflows/bump-version.yaml
@@ -65,7 +65,7 @@ jobs:
65
PR_NUMBER=$(basename $PR_URL)
66
echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT
67
env:
68
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.TOKEN_GITHUB_YENKINS }}
69
- name: Approve the PR as yenkins-admin
70
if: ${{ steps.commit.outputs.pushed == 'true' }}
71
run: |
0 commit comments