Skip to content

Commit 257e0f7

Browse files
authored
Update GH_TOKEN to use GITHUB_TOKEN secret
1 parent 067fbef commit 257e0f7

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-website
36-
GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
36+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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)