Skip to content

Commit a6d5669

Browse files
authored
Merge pull request #268 from fluxcd/gha-backport
ci: Use `GITHUB_TOKEN` in the backport workflow
2 parents 2aedb51 + cda15fd commit a6d5669

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backport.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
permissions:
88
contents: write
99
pull-requests: write
10-
uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.0.2
10+
uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.0.3
1111
secrets:
12-
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
12+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)