From 8cbd191226d7ea98cdc312add1b20be915c6d9e9 Mon Sep 17 00:00:00 2001 From: Matthew Nickson Date: Sun, 29 Oct 2023 22:52:14 +0100 Subject: [PATCH] Fixed missing permissions Signed-off-by: Matthew Nickson --- .github/workflows/docusaurus.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml index f3ab053..8a530ec 100644 --- a/.github/workflows/docusaurus.yml +++ b/.github/workflows/docusaurus.yml @@ -9,6 +9,15 @@ on: branches: - main + # 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 + jobs: build: