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 acd6d564653 Update GH_TOKEN to use GITHUB_TOKEN secret
acd6d564653 is described below

commit acd6d564653571d73908e1d9bed9e2892c7d294a
Author: James Fredley <[email protected]>
AuthorDate: Thu Sep 25 17:28:48 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 05f95a856c0..2bec9304ba5 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
         run: ./publish.sh
         env:
           GITHUB_SLUG: apache/grails-static-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 }}

Reply via email to