From 4d7893d0efc5a78de2e66f4cfed71d071d2cbe4e Mon Sep 17 00:00:00 2001 From: Lee Newberg Date: Wed, 18 Sep 2024 17:04:29 -0400 Subject: [PATCH] COMP: Give GitHub actions "id-token: write" permissions --- .github/workflows/build-test-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index d2f642f..dec31a6 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -63,6 +63,8 @@ jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI runs-on: ubuntu-20.04 + permissions: + id-token: write steps: - uses: actions/checkout@master - name: Set up Python "3.9"