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]"