We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82998ca commit cd40240Copy full SHA for cd40240
.github/workflows/deploy-to-staging.yml
@@ -57,7 +57,7 @@ jobs:
57
git push --delete origin ${TAG}
58
fi
59
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
+ git remote set-url origin https://x-access-token:${{ secrets.GH_UPDATE_TAG_TOKEN }}@github.com/kosli-dev/jira-integration-example.git
61
git push origin ${TAG}
62
63
#git push https://x-access-token:${GH_TOKEN}@github.com/kosli-dev/jira-integration-example.git ${TAG}
0 commit comments