Skip to content

Commit

Permalink
fix(actions/flux-localhost-build): GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed May 19, 2024
1 parent 7e73f74 commit f4aa686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flux-localhost-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit f4aa686

Please sign in to comment.