From b8c1ce6cf84604b9c52f0d74e5b5cc2fe9200d75 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 28 Jun 2024 17:53:17 +0800 Subject: [PATCH] chore(workflow): fix permissions for prod release (#6979) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4708de1e1e..ba9bfcb58a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,8 @@ jobs: name: Release permissions: contents: write + # To publish packages with provenance + id-token: write runs-on: ubuntu-latest needs: build if: ${{ github.event_name == 'workflow_dispatch' }}