diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a918d94..4d039bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: "lts/*" + token: ${{ secrets.PAT }} - name: Install dependencies run: npm clean-install - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies