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 0f0b65b commit 8a151d9Copy full SHA for 8a151d9
.github/workflows/create-pr.yml
@@ -42,6 +42,8 @@ jobs:
42
PR_EXISTS=$(gh pr list --state open --base main --head canary --json number --jq '. | length')
43
echo "PR_EXISTS=$PR_EXISTS" >> $GITHUB_ENV
44
echo $PR_EXISTS
45
+ env:
46
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
48
- name: Create Pull Request
49
if: env.VERSION_CHANGED == 'true' && env.PR_EXISTS == '0'
0 commit comments