From 4a2277349916b03248a293cafae4b2aaa1892dba Mon Sep 17 00:00:00 2001 From: korikuzma Date: Thu, 5 Oct 2023 15:44:53 -0400 Subject: [PATCH] cicd: add content read to permissions for pypi release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3751a654..c48764bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: name: pypi url: https://pypi.org/p/gene-normalizer permissions: + contents: read id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download all the dists