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 691fa57 commit d2c35e8Copy full SHA for d2c35e8
.github/workflows/release.yaml
@@ -26,9 +26,7 @@ jobs:
26
run: |
27
git config --global user.name $CONFIG_USERNAME
28
git config --global user.email $CONFIG_EMAIL
29
- git remote set-url origin https://$GITHUB_ACTOR:[email protected]/sourcefuse/llm-chat-component
30
env:
31
- GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
32
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}
33
CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }}
34
0 commit comments