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 430a1542bcd Update GitHub slug and token in publish workflow
430a1542bcd is described below
commit 430a1542bcd284a37e2e477cdb5d24e74af6eb6b
Author: James Fredley <[email protected]>
AuthorDate: Mon Oct 6 17:49:53 2025 -0400
Update GitHub slug and token in publish workflow
---
.github/workflows/publish.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ff395a951f9..133b0c29477 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -37,8 +37,8 @@ jobs:
- name: Publish Main Site
run: ./publish.sh
env:
- GITHUB_SLUG: apache/grails-static-website
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_SLUG: apache/grails-website
+ GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
GH_BRANCH: asf-site-production
# AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }}
# AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}