mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(actions/flux-localhost-build): GH_TOKEN
This commit is contained in:
2
.github/workflows/flux-localhost-build.yaml
vendored
2
.github/workflows/flux-localhost-build.yaml
vendored
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user