fix(actions/flux-localhost-build): GH_TOKEN

This commit is contained in:
JJGadgets
2024-05-20 06:10:23 +08:00
parent 7e73f74c6e
commit f4aa686e12

View File

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