Skip to content

Commit 7475851

Browse files
committed
Give dispatch action PR write permissions
1 parent 6494fb6 commit 7475851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
needs: [downstream-ci]
3131
if: success() || failure()
3232
runs-on: ubuntu-latest
33+
permissions:
34+
pull-requests: write
3335
steps:
3436
- name: Dispatch private downstream CI
3537
uses: ecmwf-actions/dispatch-private-downstream-ci@v1

0 commit comments

Comments
 (0)