CI: request contents write access

commit failed with a 403, and this permission bit is probably why.
This commit is contained in:
Marien Zwart 2024-05-19 00:05:03 +10:00
parent cc8d2ea320
commit 157b05763e
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
contents: "write"
steps:
- name: Check out repository
uses: actions/checkout@v4