From e21811b78fcf8452d0db4d0b21ed08ad4f1cd243 Mon Sep 17 00:00:00 2001 From: Chris Ostrouchov Date: Fri, 21 Apr 2023 15:23:58 -0400 Subject: [PATCH] Adding token permissions to release workflow --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6b1579235..7341daf9f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,6 +5,10 @@ on: tags: - 'v*' +permissions: + id-token: write # This is required for requesting the JWT + contents: read # This is required for actions/checkout + jobs: release-conda-store: name: 'PyPi Release conda-store-server'