Skip to content

Commit 9f7f3e7

Browse files
committed
Add fine-grained token for USB (valid 366 days)
1 parent cc01fc5 commit 9f7f3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
ruff format plugwise_usb/ tests/
107107
git config --global user.name 'autoruff'
108108
git config --global user.email '[email protected]'
109-
git remote set-url origin https://x-access-token:${{ secrets.PAT_CT }}@github.com/$GITHUB_REPOSITORY
109+
git remote set-url origin https://x-access-token:${{ secrets.PAT_CT_PYPLUSB }}@github.com/$GITHUB_REPOSITORY
110110
git checkout $GITHUB_HEAD_REF
111111
git commit -am "fixup: ${GITHUB_REF##*/} Python code reformatted using Ruff"
112112
git push origin ${GITHUB_REF##*/}

0 commit comments

Comments
 (0)