We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d87071 commit 09c0e6aCopy full SHA for 09c0e6a
1 file changed
.github/workflows/website.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
cloudflareApiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40
cloudflareAccountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
41
- githubToken: ${{ secrets.GITHUB_TOKEN }}
+ githubToken: ${{ secrets.GH_API_TOKEN }}
42
projectName: fets
43
prId: ${{ github.event.pull_request.number }}
44
websiteDirectory: ./
0 commit comments