From 1c6b7ff082aeffb2c7a98cb00d22e336ab2b42a6 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Mon, 12 Feb 2024 11:04:12 +0000 Subject: [PATCH] remove redundant TOKEN ref --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f69047..258d8a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,6 @@ jobs: uses: ./.github/workflows/_pypi.yml permissions: id-token: write - secrets: - PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} release: if: github.ref_type == 'tag'