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 4e94abe commit 4ad30e7Copy full SHA for 4ad30e7
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
git config --global user.name $CONFIG_USERNAME
24
git config --global user.email $CONFIG_EMAIL
25
- git remote set-url origin https://$GITHUB_ACTOR:[email protected]/sourcefuse/loopback4-microservice-catalog
+ git remote set-url origin https://$GITHUB_ACTOR:[email protected]/sourcefuse/loopback4-authentication
26
env:
27
GITHUB_PAT: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
28
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}
0 commit comments