We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7565b7 commit 0068b75Copy full SHA for 0068b75
.github/workflows/upgrade-version.yml
@@ -67,5 +67,5 @@ jobs:
67
- name: Auto Approve Pull Request
68
uses: hmarr/auto-approve-action@v4
69
with:
70
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ steps.generate-token.outputs.token }}
71
pull-request-number: ${{ steps.create_pr.outputs.pull-request-number }}
0 commit comments