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 f8806217b21 Update GitHub slug and token in publish workflow
f8806217b21 is described below
commit f8806217b215c56383bc94e87cdbfdbcefda9ab7
Author: James Fredley <[email protected]>
AuthorDate: Wed Oct 8 08:12:37 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 b4376fc419d..7d627409f60 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -32,8 +32,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 }}