diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5cff391..c74d0a0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: issues: write # to be able to comment on released issues pull-requests: write # to be able to comment on released pull requests id-token: write # to enable use of OIDC for npm provenance + actions: write steps: - name: Checkout uses: actions/checkout@v3