Skip to content

Commit f4aa686

Browse files
committed
fix(actions/flux-localhost-build): GH_TOKEN
1 parent 7e73f74 commit f4aa686

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/flux-localhost-build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
- name: Build Flux Install Manifests
5858
shell: bash
59+
env:
60+
GH_TOKEN: "${{ steps.oauth-token.outputs.token }}"
5961
run: |
6062
git config push.autoSetupRemote true
6163
git config user.name "${{ secrets.BOT_USERNAME }}[bot]"

0 commit comments

Comments
 (0)