1
0
mirror of synced 2026-03-02 11:36:56 +00:00

Remove no longer needed workaround for Flux 2.8

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
(cherry picked from commit 2666eaf8fc)
This commit is contained in:
Matheus Pimenta
2026-02-25 10:16:31 +00:00
committed by github-actions[bot]
parent ac71dd88a3
commit 2042ddf849
4 changed files with 4 additions and 15 deletions

View File

@@ -12,6 +12,6 @@ jobs:
permissions:
contents: read # for reading the labels file.
issues: write # for creating and updating labels.
uses: fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.8.0
uses: fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.9.0
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}