1
0
mirror of synced 2026-06-09 16:20:49 +00:00

Merge pull request #5581 from fluxcd/restore-github-pat-for-backports

Restore GitHub PAT for backports
This commit is contained in:
Matheus Pimenta
2025-10-09 11:54:20 +01:00
committed by GitHub
+1 -1
View File
@@ -10,4 +10,4 @@ jobs:
pull-requests: write # for creating pull requests against release branches. pull-requests: write # for creating pull requests against release branches.
uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.4.0 uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.4.0
secrets: secrets:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.BOT_GITHUB_TOKEN }}