From ace362132cd15c1690d227d27bb91ae33b5a55d2 Mon Sep 17 00:00:00 2001 From: Matthew Iannucci Date: Thu, 17 Oct 2024 08:37:57 -0400 Subject: [PATCH] Add missing permission to release action (#295) --- .github/workflows/python-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-ci.yaml b/.github/workflows/python-ci.yaml index 7ac071c0..7ad19760 100644 --- a/.github/workflows/python-ci.yaml +++ b/.github/workflows/python-ci.yaml @@ -177,6 +177,8 @@ jobs: release: name: Release runs-on: ubuntu-latest + permissions: + id-token: write # IMPORTANT: this permission is mandatory for trusted publishing if: ${{ github.event_name == 'workflow_dispatch' }} needs: [linux, musllinux, windows, macos, sdist] steps: