From 720e3b0ba9b1ec86ae50de83713959a79f7adb27 Mon Sep 17 00:00:00 2001 From: Willem Olding Date: Fri, 9 Aug 2024 11:01:03 -0400 Subject: [PATCH] set github token permissions --- .github/workflows/deploy-docs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 38f5e9c..a89a5e7 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -7,6 +7,12 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + jobs: deploy: environment: