diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dcb546..6f37d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: actions: write packages: write environment: - name: pypi + name: release steps: - uses: actions/checkout@v4 @@ -79,7 +79,7 @@ jobs: id: release uses: python-semantic-release/python-semantic-release@v9.14.0 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.DEPLOY_KEY }} - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@v1.12.2 @@ -92,4 +92,4 @@ jobs: uses: python-semantic-release/upload-to-gh-release@v8.7.0 if: steps.release.outputs.released == 'true' with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.DEPLOY_KEY }}