From e967952abb6d5661e34d5767daf98fa92de4e154 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Fri, 17 Feb 2023 17:54:23 -0600 Subject: [PATCH] Permission tweaks --- .github/workflows/docs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1ff4538d..b5da176e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,6 +4,19 @@ on: push: branches: - documentation + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow one concurrent deployment +concurrency: + group: "pages" + cancel-in-progress: true jobs: build: