From f4aa686e12e55fa5c2528c71770980eb0b2003e1 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 20 May 2024 06:10:23 +0800 Subject: [PATCH] fix(actions/flux-localhost-build): GH_TOKEN --- .github/workflows/flux-localhost-build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/flux-localhost-build.yaml b/.github/workflows/flux-localhost-build.yaml index 8e79164964..11a0789f05 100644 --- a/.github/workflows/flux-localhost-build.yaml +++ b/.github/workflows/flux-localhost-build.yaml @@ -56,6 +56,8 @@ jobs: - name: Build Flux Install Manifests shell: bash + env: + GH_TOKEN: "${{ steps.oauth-token.outputs.token }}" run: | git config push.autoSetupRemote true git config user.name "${{ secrets.BOT_USERNAME }}[bot]"