From 3618246a11df337a23bcf5d61c005a0173ed837f Mon Sep 17 00:00:00 2001 From: lbrealdev Date: Wed, 28 May 2025 10:49:54 +0200 Subject: [PATCH] fix(actions): permissions for OIDC authentication --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eff9293..f26b6d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: types: - created +permissions: + id-token: write + jobs: release: name: Publish to PyPI