From dacfc3c4d0429d8a2068c4381b5d92e57f8863f0 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 4 Jul 2025 09:52:11 +0200 Subject: [PATCH] update secret name --- .github/workflows/publish-helm.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-helm.yml b/.github/workflows/publish-helm.yml index 9ece99c6..17f829fc 100644 --- a/.github/workflows/publish-helm.yml +++ b/.github/workflows/publish-helm.yml @@ -31,5 +31,5 @@ jobs: - name: Publish to gh-pages uses: peaceiris/actions-gh-pages@v4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_TOKEN }} publish_dir: chart-output diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index caf2a4df..f215b5f1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GH_TOKEN }} - name: Build and push backend image uses: docker/build-push-action@v5 @@ -34,7 +34,7 @@ jobs: - name: Make backend image public env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} OWNER: ${{ github.repository_owner }} PACKAGE: xslt-playground-backend run: |