We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6494fb6 commit 7475851Copy full SHA for 7475851
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
needs: [downstream-ci]
31
if: success() || failure()
32
runs-on: ubuntu-latest
33
+ permissions:
34
+ pull-requests: write
35
steps:
36
- name: Dispatch private downstream CI
37
uses: ecmwf-actions/dispatch-private-downstream-ci@v1
0 commit comments