Merge pull request #5547 from fluxcd/ci-fix-release-flux-manifests

ci: Set `GITHUB_TOKEN` in the `release-flux-manifests` workflow
pull/5550/head
Stefan Prodan 2 weeks ago committed by GitHub
commit b90d1738a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -104,6 +104,8 @@ jobs:
uses: fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
- name: Setup Flux CLI
uses: ./action/
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare
id: prep
run: |

Loading…
Cancel
Save