This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
The following commit(s) were added to refs/heads/master by this push:
new 257e0f784cb Update GH_TOKEN to use GITHUB_TOKEN secret
257e0f784cb is described below
commit 257e0f784cb02f6041a11e2b59acc19d057bbfb3
Author: James Fredley <[email protected]>
AuthorDate: Fri Sep 19 16:03:40 2025 -0400
Update GH_TOKEN to use GITHUB_TOKEN secret
---
.github/workflows/publish.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index d5497a11942..533e9d4ffdf 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
run: ./publish.sh
env:
GITHUB_SLUG: apache/grails-website
- GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_BRANCH: asf-site-production
# AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }}
# AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}