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 e1e8625 commit d6e358bCopy full SHA for d6e358b
serverless/release.sh
@@ -14,7 +14,7 @@ touch a.tmp
14
git add a.tmp
15
git commit -m "TEST!"
16
git remote set-url origin https://github.com/DataDog/datadog-cloudformation-macro.git
17
-git remote set-url origin https://$GH_TOKEN@github.com/datadog-cloudformation-macro-bot/datadog-cloudformation-macro.git
+git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/DataDog/datadog-cloudformation-macro.git
18
git push origin $(git branch --show-current):alex.angelillo/test
19
20
# Read the S3 bucket
0 commit comments