Skip to content

Commit cd40240

Browse files
committed
OPS-12 more debug
1 parent 82998ca commit cd40240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git push --delete origin ${TAG}
5858
fi
5959
git tag ${TAG} ${COMMIT_SHA}
60-
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/kosli-dev/jira-integration-example.git
60+
git remote set-url origin https://x-access-token:${{ secrets.GH_UPDATE_TAG_TOKEN }}@github.com/kosli-dev/jira-integration-example.git
6161
git push origin ${TAG}
6262
6363
#git push https://x-access-token:${GH_TOKEN}@github.com/kosli-dev/jira-integration-example.git ${TAG}

0 commit comments

Comments
 (0)