Skip to content

Commit 122a9fb

Browse files
committed
Additional permissions for writing to binder-main
1 parent 14691f2 commit 122a9fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
permissions:
1111
contents: read # required for code coverage
12+
pull_requests: write
1213

1314
jobs:
1415
Validate-CITATION-cff:
@@ -140,6 +141,8 @@ jobs:
140141
141142
update-binder-requirements:
142143
name: update-binder-requirements
144+
permissions:
145+
contents: write # Reqired to write to the binder-main branch
143146
needs: checks
144147
if: github.ref == 'refs/heads/main' && github.repository == 'UCREL/pymusas'
145148
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)