mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Allow job to write contents
This commit is contained in:
parent
343713bdbf
commit
2d60910b99
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -43,6 +43,7 @@ jobs:
|
||||||
needs: tests
|
needs: tests
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
if: >-
|
if: >-
|
||||||
|
|
Loading…
Reference in a new issue