diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4c8eac..5a21c13 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,6 +6,12 @@ on: pull_request: branches: [ "master" ] +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + jobs: build: name: Build default geometry