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 067fbefcae3 Update GitHub slug and token in publish workflow
067fbefcae3 is described below

commit 067fbefcae3ec92034054acb33390c739dc1a3b5
Author: James Fredley <[email protected]>
AuthorDate: Fri Sep 19 16:01:38 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 05ae675b1a4..d5497a11942 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 }}

Reply via email to