From d6057956e8cf134f35cfeff0eb34da645a2ee79c Mon Sep 17 00:00:00 2001 From: Zanan Pech Date: Sun, 2 Feb 2025 12:46:36 -0800 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b0bbf2f..fe404a6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -65,7 +65,7 @@ jobs: id: release uses: python-semantic-release/python-semantic-release@v8.3.0 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GIT_TOKEN }} - name: Publish to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 @@ -92,4 +92,4 @@ jobs: uses: python-semantic-release/upload-to-gh-release@main if: steps.release.outputs.released == 'true' with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GIT_TOKEN }}