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