From 10bb4ff7058e6061871c0fd633a61c8ea56144a0 Mon Sep 17 00:00:00 2001 From: KC Berg Date: Mon, 14 Jul 2025 11:59:52 -0600 Subject: [PATCH] fix: update release permissions to allow id-token write access --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b31ff81..a010a89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,9 @@ name: Release on: workflow_dispatch: +permissions: + id-token: write + jobs: approval: name: Manual Approval