Skip to content

Commit dd9394f

Browse files
committed
feat(chore): change push path
1 parent d2c35e8 commit dd9394f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ 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
2930
env:
31+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3032
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}
3133
CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }}
3234

0 commit comments

Comments
 (0)