From 524d1dd26a37e3220f9caa38549ef228a55650f0 Mon Sep 17 00:00:00 2001 From: Meghann Cunningham Date: Wed, 10 Jan 2024 13:26:41 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea64bff..420ab7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,14 +14,15 @@ on: version: required: false type: string + permissions: + id-token: write + contents: read secrets: PYPI_API_TOKEN: required: false TEST_PYPI_API_TOKEN: required: false -permissions: - id-token: write - contents: read + jobs: get-changed-files: