From aa70e2d75db5eefe700fc1e7ac531c4295d598cc Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 24 Dec 2022 21:01:52 -0500 Subject: [PATCH] [F] Fix gh permission --- .github/workflows/generator.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 3bb7025..07dfd0c 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -1,6 +1,12 @@ # This is a basic workflow to help you get started with Actions name: Generator +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch