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