We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14691f2 commit 122a9fbCopy full SHA for 122a9fb
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ on:
9
10
permissions:
11
contents: read # required for code coverage
12
+ pull_requests: write
13
14
jobs:
15
Validate-CITATION-cff:
@@ -140,6 +141,8 @@ jobs:
140
141
142
update-binder-requirements:
143
name: update-binder-requirements
144
+ permissions:
145
+ contents: write # Reqired to write to the binder-main branch
146
needs: checks
147
if: github.ref == 'refs/heads/main' && github.repository == 'UCREL/pymusas'
148
runs-on: ubuntu-latest
0 commit comments