Skip to content

Commit d2c35e8

Browse files
committed
feat(chore): fix url
1 parent 691fa57 commit d2c35e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ 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:[email protected]/sourcefuse/llm-chat-component
3029
env:
31-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3230
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}
3331
CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }}
3432

0 commit comments

Comments
 (0)