Skip to content

Commit

Permalink
Disable github token for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Jun 18, 2024
1 parent 88f7d15 commit 4c86294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
accountId: '${{ secrets.CLOUDFLARE_ACCOUNT_ID }}'
apiToken: '${{ secrets.CLOUDFLARE_API_TOKEN }}'
directory: 'doc/doc-site/build'
gitHubToken: '${{ secrets.GITHUB_TOKEN }}'
# gitHubToken: '${{ secrets.GITHUB_TOKEN }}'
projectName: 'emojicoin-dot-fun-docs'
name: 'Build and deploy docs site'
'on':
Expand Down

0 comments on commit 4c86294

Please sign in to comment.