We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb938ab + 3c92f6b commit 41406d1Copy full SHA for 41406d1
1 file changed
.github/workflows/sync-main.yml
@@ -61,4 +61,6 @@ jobs:
61
echo "PR already exists: $PR_URL"
62
fi
63
env:
64
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
65
+ GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
66
+
0 commit comments