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 dd9394f commit 940f75bCopy full SHA for 940f75b
.github/workflows/release.yaml
@@ -26,9 +26,8 @@ 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:$GITHUB_PAT@github.com/sourcefuse/llm-chat-component
+ git remote set-url origin https://[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