build: harden apidoc.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
b602d42073
commit
00b1ad5b45
|
@ -17,8 +17,12 @@ defaults:
|
||||||
# to improve debugging some of the longer scripts.
|
# to improve debugging some of the longer scripts.
|
||||||
shell: /bin/bash -o errexit -o pipefail -o xtrace {0}
|
shell: /bin/bash -o errexit -o pipefail -o xtrace {0}
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
|
permissions:
|
||||||
|
contents: write # for git push
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue