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 ab77fa9 commit 84c9240Copy full SHA for 84c9240
scripts/release/publish-docs-content.sh
@@ -72,7 +72,7 @@ git config user.name "$commitAuthorName"
72
git config user.email "$commitAuthorEmail"
73
git config credential.helper "store --file=.git/credentials"
74
75
-echo "https://${MATERIAL2_BUILDS_TOKEN}:@github.com" > .git/credentials
+echo "https://${MATERIAL2_DOCS_CONTENT_TOKEN}:@github.com" > .git/credentials
76
77
git add -A
78
git commit -m "$commitMessage"
0 commit comments