From 2e87414ecd7dc73273459d7cbcfed9f4234b2abb Mon Sep 17 00:00:00 2001 From: ZJaume Date: Mon, 26 Aug 2024 10:12:42 +0000 Subject: [PATCH] GA: grant write permissions to upload artifacts --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ce9c92..2a2dd9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,6 +87,7 @@ jobs: environment: release permissions: id-token: write + content: write runs-on: ubuntu-22.04 if: "startsWith(github.ref, 'refs/tags/')" needs: [linux, sdist]