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 70ace61 commit a99ba59Copy full SHA for a99ba59
serverless/release.sh
@@ -100,7 +100,7 @@ if [ "$PROD_RELEASE" = true ] ; then
100
git commit -m "Bump version from ${CURRENT_VERSION} to ${VERSION}"
101
# git push origin main
102
echo "pushing to remote branch"
103
- git remote set-url origin https://$GH_TOKEN@github.com/DataDog/datadog-cloudformation-macro.git
+ git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/DataDog/datadog-cloudformation-macro.git
104
git push origin main
105
106
# Create a github release
0 commit comments