diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eb566c2..e23e426 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,10 @@ on: branches: - main +permissions: + contents: read + pages: write + jobs: build-and-deploy: runs-on: ubuntu-latest