From 76edd6958717bb457163b7fe16999862fbb92bb7 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 20 Sep 2022 20:13:12 +0100 Subject: [PATCH] Update apidoc.yml Remove write permission as not needed --- .github/workflows/apidoc.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apidoc.yml b/.github/workflows/apidoc.yml index ae3d7b5e6..5594b8b69 100644 --- a/.github/workflows/apidoc.yml +++ b/.github/workflows/apidoc.yml @@ -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: