Skip to content

Commit

Permalink
[CI] Fix backport bot (#5905)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
ggwpez authored Oct 7, 2024
1 parent d66a5a4 commit d73c56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/command-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
issues: write
actions: write # It may have to backport changes to the CI as well.

jobs:
backport:
Expand Down

0 comments on commit d73c56d

Please sign in to comment.