diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ba620b..582ec16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,6 +187,9 @@ jobs: if: github.event_name == 'release' environment: name: npm + permissions: + contents: read + id-token: write steps: - name: Checkout