[ci] Add permission contents:write for build job

This commit is contained in:
Andreas Dangel 2022-09-30 10:48:42 +02:00
parent 4966e99082
commit 81a8ba0c87
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -20,6 +20,11 @@ permissions:
jobs:
build:
runs-on: ${{ matrix.os }}
permissions:
# read to fetch code (actions/checkout)
# write to push code to gh-pages, create releases
# note: forked repositories will have maximum read access
contents: write
continue-on-error: false
strategy:
matrix: