From 1cd38f3caadd9c957dff73f6830f6809c0902673 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Fri, 20 Oct 2023 14:06:34 +0100 Subject: [PATCH] :bug: Add missing permissions for publishing --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 82c9c9cb3..e9b8f2545 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,6 +59,8 @@ jobs: if: github.repository_owner == 'conda-incubator' && github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest needs: build-package + permissions: + id-token: write # IMPORTANT: this permission is mandatory for trusted publishing strategy: matrix: directory: