From 967c31bfc6aef4e286bf6cabe9e0e8296c36b02a Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Wed, 17 Jan 2024 21:46:05 -0700 Subject: [PATCH] Add write perms to deploy * https://github.com/peaceiris/actions-gh-pages?tab=readme-ov-file#%EF%B8%8F-first-deployment-with-github_token Signed-off-by: Ryan Friedman --- .github/workflows/doxygen_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/doxygen_deploy.yml b/.github/workflows/doxygen_deploy.yml index a53ac4d..94d7ea5 100644 --- a/.github/workflows/doxygen_deploy.yml +++ b/.github/workflows/doxygen_deploy.yml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest strategy: fail-fast: false + permissions: + contents: write steps: - uses: ./.github/workflows/doxygen_build.yml - uses: peaceiris/actions-gh-pages@v3