diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a11d3d0a..1b9c5c9a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,9 @@ on: jobs: npm: runs-on: ubuntu-latest + permissions: + id-token: write + contents: read steps: - uses: actions/checkout@v4 - run: |