From 492c69a0bcfe654fb3816aadaeb9171351ea3bc6 Mon Sep 17 00:00:00 2001 From: Daniel Gafni Date: Mon, 7 Oct 2024 20:55:40 +0200 Subject: [PATCH] :bug: fix CI --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9ec2884..c147272 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -100,6 +100,9 @@ jobs: runs-on: ubuntu-latest environment: name: release + permissions: + # IMPORTANT: this permission is mandatory for trusted publishing + id-token: write steps: - uses: actions/checkout@v2 - name: Install uv