diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a20a715c..5a97160b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,8 @@ env: jobs: deploy: runs-on: ubuntu-latest + permissions: + id-token: write # This is required for requesting the JWT steps: # - name: Checkout # uses: actions/checkout@v3