From ecc9a0b1b3d61e4b238074f31be962d7f649edde Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Wed, 20 Nov 2024 14:48:45 -0500 Subject: [PATCH] fix: specify x-access-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 7557a120..7b185e50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: run: | git config user.name "github-actions" git config user.email "actions@users.noreply.github.com" - git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git + git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.14.0