We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6dae7 commit db8c6faCopy full SHA for db8c6fa
1 file changed
.github/workflows/cherry-pick-to-stable.yml
@@ -25,5 +25,10 @@ jobs:
25
- name: Create Backport Pull Requests
26
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
27
with:
28
+ # We need a fine-grained PAT for this to work. We have created a "CI_TRIGGER_TOKEN" that has
29
+ # the following permissions:
30
+ # - Pull requests: Read and write
31
+ # - Contents: Read and Write
32
+ # - Actions: Read and write
33
github_token: ${{ secrets.CI_TRIGGER_TOKEN }}
34
target_branches: "stable-f44"
0 commit comments