From 07f880f7cbfc762ede143ba77d0dce9db33f9f8e Mon Sep 17 00:00:00 2001 From: Michael Molisani Date: Thu, 24 Oct 2024 15:18:22 -0400 Subject: [PATCH] ci: enable id-token permission for npm provenance Signed-off-by: Michael Molisani --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80cf1fe..d8726bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ on: permissions: actions: read contents: write + id-token: write jobs: release: