Skip to content

Commit

Permalink
fix(ci-cd): rectify the remote origin (#120)
Browse files Browse the repository at this point in the history
change the remote origin in release workflow

GH-118
  • Loading branch information
yeshamavani committed May 15, 2024
1 parent 53fa94d commit c3452b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
git config --global user.name $CONFIG_USERNAME
git config --global user.email $CONFIG_EMAIL
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-audit-log
env:
GITHUB_PAT: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}
Expand Down

0 comments on commit c3452b1

Please sign in to comment.