This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new f944ca0c82 Update Grails Doc token
f944ca0c82 is described below

commit f944ca0c828079261c7cca2da0b3785d01610d3d
Author: James Daugherty <[email protected]>
AuthorDate: Thu May 1 11:52:27 2025 -0400

    Update Grails Doc token
---
 .github/workflows/gradle.yml  | 2 +-
 .github/workflows/release.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 04519442d4..88ba8071e7 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -265,7 +265,7 @@ jobs:
         if: github.event_name == 'push'
         uses: apache/grails-github-actions/deploy-github-pages@asf
         env:
-          GH_TOKEN: ${{ secrets.GRAILS_GH_TOKEN }}
+          GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
           GRADLE_PUBLISH_RELEASE: 'false'
           SOURCE_FOLDER: grails-doc/build/docs
           TARGET_REPOSITORY: 'apache/grails-doc'
\ No newline at end of file
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 861ef96131..0a904a4ec9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -183,7 +183,7 @@ jobs:
       - name: "🚀 Publish to Github Pages"
         uses: apache/grails-github-actions/deploy-github-pages@asf
         env:
-          GH_TOKEN: ${{ secrets.GRAILS_GH_TOKEN }}
+          GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
           TARGET_REPOSITORY: 'apache/grails-doc'
           GRADLE_PUBLISH_RELEASE: 'true'
           SOURCE_FOLDER: grails-doc/build/docs

Reply via email to