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

ci: Set `GITHUB_TOKEN` in the `release-flux-manifests` workflow
This commit is contained in:
Stefan Prodan 2025-10-01 00:11:33 +03:00 committed by GitHub
commit b90d1738a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |