Skip to content

Commit d73c56d

Browse files
authored
[CI] Fix backport bot (#5905)
Seems to also need actions permission otherwise it error when trying to backport a change to the yml files liker [here](https://github.com/paritytech/polkadot-sdk/actions/runs/11143649431/job/30969199054).
1 parent d66a5a4 commit d73c56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/command-backport.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
contents: write # so it can comment
1111
pull-requests: write # so it can create pull requests
1212
issues: write
13+
actions: write # It may have to backport changes to the CI as well.
1314

1415
jobs:
1516
backport:

0 commit comments

Comments
 (0)