Skip to content

Commit 667418f

Browse files
authored
Change GH_TOKEN to GRAILS_GHTOKEN in publish.yml
1 parent 3f247a1 commit 667418f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./publish.sh
3434
env:
3535
GITHUB_SLUG: apache/grails-static-website
36-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
3737
GH_BRANCH: asf-site-production
3838
# AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }}
3939
# AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}

0 commit comments

Comments
 (0)