From b5c8a5c36c900eaa95c5bf40cdf241e584229568 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Thu, 28 Sep 2023 15:38:41 +0000 Subject: [PATCH] Add token secret to clone repo step --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e511eb02..3814bb1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,11 +46,12 @@ jobs: with: ref: ${{ github.ref }} fetch-depth: 0 + token: ${{ secrets.SILENTWORKS_PAT }} - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v8.0.0 with: - github_token: ${{ secrets.SILENTWORKS_PAT }} + github_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1