From 255c9b491a32fe42d62a7ba4c606597f6c6189cc Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:09:50 +0200 Subject: [PATCH] Update update_pypi.yml --- .github/workflows/update_pypi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_pypi.yml b/.github/workflows/update_pypi.yml index 0be786a..4b6f0ee 100644 --- a/.github/workflows/update_pypi.yml +++ b/.github/workflows/update_pypi.yml @@ -10,6 +10,9 @@ jobs: deploy: runs-on: ubuntu-latest if: ${{ github.repository == 'micro-manager/NDStorage' }} + permissions: + id-token: write # This is required for requesting the JWT + contents: read # This is required for actions/checkout steps: - uses: actions/checkout@v3 - name: Set up Python