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

Restore GitHub PAT for backports
pull/5555/head
Matheus Pimenta 4 days ago committed by GitHub
commit 7b0021c1a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,4 +10,4 @@ jobs:
pull-requests: write # for creating pull requests against release branches.
uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.4.0
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}

Loading…
Cancel
Save