Skip to content

Commit ac45440

Browse files
committed
ci: use AUTO_PR_TOKEN for PR creation
1 parent 2bddcee commit ac45440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Open PR dev -> main if not exists
1818
env:
19-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
GH_TOKEN: ${{ secrets.AUTO_PR_TOKEN }}
2020
run: |
2121
PR=$(gh pr list --base main --head dev --state open --json number -q '.[0].number')
2222
if [ -z "$PR" ]; then

0 commit comments

Comments
 (0)