We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e73f74 commit f4aa686Copy full SHA for f4aa686
.github/workflows/flux-localhost-build.yaml
@@ -56,6 +56,8 @@ jobs:
56
57
- name: Build Flux Install Manifests
58
shell: bash
59
+ env:
60
+ GH_TOKEN: "${{ steps.oauth-token.outputs.token }}"
61
run: |
62
git config push.autoSetupRemote true
63
git config user.name "${{ secrets.BOT_USERNAME }}[bot]"
0 commit comments