Skip to content

Commit 2d4379d

Browse files
committed
chore: add missing env
1 parent 8a151d9 commit 2d4379d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "PR_EXISTS=$PR_EXISTS" >> $GITHUB_ENV
4444
echo $PR_EXISTS
4545
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
GH_TOKEN: ${{ secrets.GH_PAT }}
4747

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

0 commit comments

Comments
 (0)