File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
cd " $( dirname $0 ) /../../"
10
10
11
- if [ -z ${MATERIAL2_DOCS_CONTENT_TOKEN } ]; then
11
+ if [ -z ${MATERIAL2_BUILDS_TOKEN } ]; then
12
12
echo " Error: No access token for GitHub could be found." \
13
- " Please set the environment variable 'MATERIAL2_DOCS_CONTENT_TOKEN '."
13
+ " Please set the environment variable 'MATERIAL2_BUILDS_TOKEN '."
14
14
exit 1
15
15
fi
16
16
@@ -117,7 +117,7 @@ git config user.name "$commitAuthorName"
117
117
git config user.email " $commitAuthorEmail "
118
118
git config credential.helper " store --file=.git/credentials"
119
119
120
- echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
120
+ echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
121
121
122
122
echo " Credentials for docs-content repository are now set up. Publishing.."
123
123
You can’t perform that action at this time.
0 commit comments