diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ff5005b78..66f5c4d3c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,11 @@ on: # 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: + pages: write + id-token: write # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: