Skip to content

Commit 8a151d9

Browse files
committed
chore: add github token
1 parent 0f0b65b commit 8a151d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
PR_EXISTS=$(gh pr list --state open --base main --head canary --json number --jq '. | length')
4343
echo "PR_EXISTS=$PR_EXISTS" >> $GITHUB_ENV
4444
echo $PR_EXISTS
45+
env:
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4547

4648
- name: Create Pull Request
4749
if: env.VERSION_CHANGED == 'true' && env.PR_EXISTS == '0'

0 commit comments

Comments
 (0)