From 5002558bbd98f6210c05abef38a9aeb1921f0333 Mon Sep 17 00:00:00 2001 From: Marten Chaillet <58044494+McHaillet@users.noreply.github.com> Date: Fri, 2 Aug 2024 21:21:33 +0200 Subject: [PATCH] update workflow permission to write github pages (#204) * update workflow permission to write github pages * Update deploy-docs.yml * give contents write permission --- .github/workflows/deploy-docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 3a9535e5..ba6ab3a5 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -5,6 +5,9 @@ on: branches: - main +permissions: + contents: write + # This job installs dependencies, builds the docs, and pushes it to # the `gh-pages` branch of the same repository. jobs: