From 502f0ec0eb7ecef4813fa6e204a30683f0a3c242 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 25 Feb 2025 13:10:07 +0000 Subject: [PATCH] Update release.yml permissions --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca5e9fa55..ee0efc774 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,7 @@ jobs: contents: write issues: write pull-requests: read + id-token: write secrets: inherit with: final: ${{ inputs.mode == 'final' }}