Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Commit db8c6fa

Browse files
authored
add info for PAT permissions (#29)
* Add comments for CI_TRIGGER_TOKEN permissions Added comments explaining the need for a fine-grained PAT for the backport action.
1 parent 4e6dae7 commit db8c6fa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cherry-pick-to-stable.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@ jobs:
2525
- name: Create Backport Pull Requests
2626
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
2727
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
2833
github_token: ${{ secrets.CI_TRIGGER_TOKEN }}
2934
target_branches: "stable-f44"

0 commit comments

Comments
 (0)