diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0b4ba4c..24b3f16 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -5,6 +5,10 @@ on: branches: - main +permissions: + pages: write + contents: write + jobs: deploy: runs-on: ubuntu-latest