From c65985d1fe34f783e6a67cf7a8156bff621f6ca5 Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Wed, 8 Mar 2017 12:39:11 -0800 Subject: [PATCH] chore: publish docs content under angular org --- scripts/release/publish-build-artifacts.sh | 2 +- scripts/release/publish-docs-content.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release/publish-build-artifacts.sh b/scripts/release/publish-build-artifacts.sh index 4e7dc3886044..1fb1f9d96d88 100755 --- a/scripts/release/publish-build-artifacts.sh +++ b/scripts/release/publish-build-artifacts.sh @@ -42,7 +42,7 @@ git config user.name "$commitAuthorName" git config user.email "$commitAuthorEmail" git config credential.helper "store --file=.git/credentials" -echo "https://${MATERIAL2_BUILDS_TOKEN}:@github.com" > .git/credentials +echo "https://${MATERIAL2_DOCS_CONTENT_TOKEN}:@github.com" > .git/credentials git add -A git commit -m "$commitMessage" diff --git a/scripts/release/publish-docs-content.sh b/scripts/release/publish-docs-content.sh index 5074ff1aa65f..ddb2fe01379e 100755 --- a/scripts/release/publish-docs-content.sh +++ b/scripts/release/publish-docs-content.sh @@ -7,7 +7,7 @@ cd "$(dirname $0)/../../" docsPath="./dist/docs" repoPath="/tmp/material2-docs-content" -repoUrl="https://github.com/DevVersion/material2-docs-content" +repoUrl="https://github.com/angular/material2-docs-content" examplesSource="./dist/docs/examples" # If the docs directory is not present, generate docs