Skip to content
Snippets Groups Projects
Unverified Commit d73c56de authored by Oliver Tale-Yazdi's avatar Oliver Tale-Yazdi Committed by GitHub
Browse files

[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).
parent d66a5a41
Branches
No related merge requests found
Pipeline #500197 waiting for manual action with stages
in 23 minutes and 9 seconds
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment