We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a6a4e commit 3c92f6bCopy full SHA for 3c92f6b
.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