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 8a151d9 commit 2d4379dCopy full SHA for 2d4379d
.github/workflows/create-pr.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "PR_EXISTS=$PR_EXISTS" >> $GITHUB_ENV
44
echo $PR_EXISTS
45
env:
46
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_PAT }}
47
48
- name: Create Pull Request
49
if: env.VERSION_CHANGED == 'true' && env.PR_EXISTS == '0'
0 commit comments