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 067fbef commit 257e0f7Copy full SHA for 257e0f7
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ./publish.sh
34
env:
35
GITHUB_SLUG: apache/grails-website
36
- GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
GH_BRANCH: asf-site-production
38
# AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }}
39
# AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
0 commit comments