diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64411ac0..1a0ece9b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,6 +14,9 @@ jobs: deploy: runs-on: ubuntu-latest permissions: + contents: read + packages: write + attestations: write id-token: write steps: - name: Checkout repository