From 79c586d85c330d0c326e64298a4c72809c0cef42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:00:38 +0800 Subject: [PATCH] # npm provenance requires this permission --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14bdda8..430ec0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: next_release_version: ${{ steps.semantic.outputs.next_release_version }} runs-on: ubuntu-latest permissions: # Job-level permissions configuration starts here - id-token: write + id-token: write # npm provenance requires this permission contents: write # to be able to publish a GitHub release issues: write # to be able to comment on released issues pull-requests: write # to be able to comment on released pull requests