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 036bd515f2 Update publish.yml
036bd515f2 is described below

commit 036bd515f29a79c054b674e4b9f3011411c54b23
Author: James Fredley <[email protected]>
AuthorDate: Wed Jun 4 09:52:54 2025 -0400

    Update publish.yml
---
 .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 172cc1e02e..8dd2922a85 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -31,7 +31,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-staging
           # AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }}
           # AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
@@ -44,7 +44,7 @@ jobs:
         env:
           GITHUB_SLUG: grails-guides/grails-guides-template
           GH_BRANCH: gh-pages
-          GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
+          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ 
secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
           GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ 
secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
           GRADLE_TASK: buildGuide

Reply via email to