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

commit a749601be9bde2ee65ece071d4f57ceedf436f38
Author: James Fredley <[email protected]>
AuthorDate: Wed Sep 24 15:27:31 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 1bfedc639e5..05ae675b1a4 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.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