From 03f562e774ef3009e5916c26430aeff4a6cea266 Mon Sep 17 00:00:00 2001 From: Man Ting Chan Date: Tue, 6 Feb 2024 10:33:02 +0000 Subject: [PATCH] added write permissions for the docs job --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48a7f332..0e21a944 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,8 @@ jobs: needs: check if: needs.check.outputs.not-in-pr uses: ./.github/workflows/_docs.yml + permissions: + contents: write release: if: github.ref_type == 'tag'