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 d2c35e8 commit dd9394fCopy full SHA for dd9394f
.github/workflows/release.yaml
@@ -26,7 +26,9 @@ 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