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 cc01fc5 commit 9f7f3e7Copy full SHA for 9f7f3e7
.github/workflows/verify.yml
@@ -106,7 +106,7 @@ jobs:
106
ruff format plugwise_usb/ tests/
107
git config --global user.name 'autoruff'
108
git config --global user.email '[email protected]'
109
- git remote set-url origin https://x-access-token:${{ secrets.PAT_CT }}@github.com/$GITHUB_REPOSITORY
+ git remote set-url origin https://x-access-token:${{ secrets.PAT_CT_PYPLUSB }}@github.com/$GITHUB_REPOSITORY
110
git checkout $GITHUB_HEAD_REF
111
git commit -am "fixup: ${GITHUB_REF##*/} Python code reformatted using Ruff"
112
git push origin ${GITHUB_REF##*/}
0 commit comments