Skip to content

Commit 067fbef

Browse files
authored
Update GitHub slug and token in publish workflow
1 parent 72e5e26 commit 067fbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Publish Main Site
3333
run: ./publish.sh
3434
env:
35-
GITHUB_SLUG: apache/grails-static-website
36-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GITHUB_SLUG: apache/grails-website
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)