diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7a9c4b3b..8eafd3a5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -7,6 +7,10 @@ on: types: - completed +permissions: + contents: read + id-token: write + jobs: deploy: if: ${{ github.event.workflow_run.conclusion == 'success' }}