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