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 87f329ecc34 Change GH_TOKEN secret to GRAILS_GHTOKEN
87f329ecc34 is described below
commit 87f329ecc34d7c776f72a20886bb091257d4c5bb
Author: James Fredley <[email protected]>
AuthorDate: Wed Sep 24 15:42:21 2025 -0400
Change GH_TOKEN secret to GRAILS_GHTOKEN
---
.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 05ae675b1a4..1bfedc639e5 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
run: ./publish.sh
env:
GITHUB_SLUG: apache/grails-static-website
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
GH_BRANCH: asf-site-production
# AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }}
# AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}