From b99b64444aa0b32558f533181e23daa44177e927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Gonz=C3=A1lez?= Date: Thu, 4 Dec 2025 09:59:41 -0400 Subject: [PATCH] ci: add missing permissions to the release workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b759b1..2bbb409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: permissions: # IMPORTANT: this permission is mandatory for Trusted Publishing id-token: write + contents: write steps: - name: Checkout repository uses: actions/checkout@v6 @@ -65,6 +66,8 @@ jobs: run: uv build - name: Create Release + env: + GH_TOKEN: ${{ github.token }} run: | VERSION=$(uv version --short) uv run scriv print --version $VERSION --output release-body