diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c62124c..402ffbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,12 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +# Token must be able to push to pages +permissions: + contents: read + pages: write + id-token: write + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: build-and-deploy: