We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190f66e commit e9f319bCopy full SHA for e9f319b
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
run: |
90
git config user.name "github-actions"
91
git config user.email "[email protected]"
92
- 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
93
- name: Python Semantic Release
94
id: release
95
uses: python-semantic-release/[email protected]
0 commit comments