Skip to content

Commit 940f75b

Browse files
committed
feat(chore): restore pat
1 parent dd9394f commit 940f75b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
run: |
2727
git config --global user.name $CONFIG_USERNAME
2828
git config --global user.email $CONFIG_EMAIL
29-
git remote set-url origin https://$GITHUB_ACTOR:$GITHUB_PAT@github.com/sourcefuse/llm-chat-component
29+
git remote set-url origin https://[email protected]/sourcefuse/llm-chat-component
3030
env:
31-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3231
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}
3332
CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }}
3433

0 commit comments

Comments
 (0)