From a08d329e5f89cff457dbd7d6d7ae05e0c04319d4 Mon Sep 17 00:00:00 2001 From: felicityzhao9 Date: Fri, 27 Mar 2026 15:05:58 -0700 Subject: [PATCH] Fix the permission for authenticate with OIDC --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d215120..b69d24c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,5 @@ name: Release automation -permissions: - contents: write - pull-requests: write - on: workflow_dispatch: inputs: @@ -17,6 +13,10 @@ on: jobs: release: + permissions: + id-token: write + contents: write + pull-requests: write name: Create Release runs-on: ubuntu-latest steps: