From 8f28e12ad0f90cf37536160b06c75cd88c62dbba Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 30 Dec 2022 20:20:07 -0500 Subject: [PATCH] [F] Fix gh permissions Former-commit-id: d65dd7958c2d581f501e23a1e794c8925117081f --- .github/workflows/generator.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 8cef1ff4..e085649b 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -12,7 +12,7 @@ concurrency: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write @@ -49,3 +49,5 @@ jobs: with: branch: gh-pages folder: dist + +