From 0b3a71dde80d014a81f6dc17161e25d6ed729046 Mon Sep 17 00:00:00 2001 From: Yesha Mavani Date: Thu, 16 May 2024 00:20:37 +0530 Subject: [PATCH] fix(ci-cd): rectify the remote origin change the remote origin in release workflow GH-118 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84d8a39..00fbb7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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:$GITHUB_PAT@github.com/sourcefuse/loopback4-microservice-catalog + git remote set-url origin https://$GITHUB_ACTOR:$GITHUB_PAT@github.com/sourcefuse/loopback4-audit-log env: GITHUB_PAT: ${{ secrets.RELEASE_COMMIT_GH_PAT }} CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}