Update apidoc.yml

Remove write permission as not needed
This commit is contained in:
Alex 2022-09-20 20:13:12 +01:00 committed by GitHub
parent 00b1ad5b45
commit 76edd69587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -17,12 +17,11 @@ defaults:
# to improve debugging some of the longer scripts.
shell: /bin/bash -o errexit -o pipefail -o xtrace {0}
permissions: {}
permissions:
contents: read
jobs:
main:
permissions:
contents: write # for git push
runs-on: ubuntu-20.04
env: