Skip to content

Commit e137bf2

Browse files
author
Jon Palmer
committed
Fix GitHub Actions permissions for CITATION.cff updates in production release workflow
1 parent 5c3b7ea commit e137bf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/production-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,14 @@ jobs:
5555
needs: validate-tag
5656
runs-on: ubuntu-latest
5757

58+
permissions:
59+
contents: write # Required for pushing commits
60+
5861
steps:
5962
- uses: actions/checkout@v4
6063
with:
6164
fetch-depth: 0 # Fetch all history for tags
65+
token: ${{ secrets.GITHUB_TOKEN }}
6266

6367
- name: Update CITATION.cff
6468
run: |

0 commit comments

Comments
 (0)