From 1d1826f3c472ff09b0744aaf11a0e5eba16777ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Tue, 4 Aug 2026 19:07:29 +0200 Subject: [PATCH] ci: add id-token permission (#773) * ci: add id-token permission * ci: contents read --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d53bcc..2117ac6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,9 @@ jobs: pypi: runs-on: ubuntu-latest environment: pypi + permissions: + contents: read + id-token: write env: UV_SYSTEM_PYTHON: 1 steps: