Skip to content

Commit 3c92f6b

Browse files
authored
Update sync-main.yml
1 parent e0a6a4e commit 3c92f6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync-main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ jobs:
6161
echo "PR already exists: $PR_URL"
6262
fi
6363
env:
64-
GH_TOKEN: ${{ github.token }}
64+
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
65+
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
66+

0 commit comments

Comments
 (0)