From f13690de8c4b5eb3d72809dff66a0caf275476dc Mon Sep 17 00:00:00 2001 From: humbertogontijo Date: Mon, 10 Apr 2023 10:34:41 -0300 Subject: [PATCH] chore: update gh token --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b34f0b99..2a54c007 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,6 @@ jobs: - name: Python Semantic Release uses: relekang/python-semantic-release@v7.33.2 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_TOKEN }} repository_username: __token__ repository_password: ${{ secrets.PYPI_TOKEN }}