Skip to content

Commit c90c802

Browse files
authored
Merge pull request #922 from fluxcd/backport-913-915-to-release/v1.0.x
[release/v1.0.x] Manual backport of CI fixes
2 parents b769bd9 + b8419f4 commit c90c802

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/backport.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
uses: korthout/backport-action@bf5fdd624b35f95d5b85991a728bd5744e8c6cf2 # v1.3.1
2424
# xref: https://github.com/korthout/backport-action#inputs
2525
with:
26+
# Use token to allow workflows to be triggered for the created PR
27+
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
2628
# Match labels with a pattern `backport:<target-branch>`
2729
label_pattern: '^backport:([^ ]+)$'
2830
# A bit shorter pull-request title than the default

0 commit comments

Comments
 (0)