File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ git config user.name "$commitAuthorName"
42
42
git config user.email " $commitAuthorEmail "
43
43
git config credential.helper " store --file=.git/credentials"
44
44
45
- echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
45
+ echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
46
46
47
47
git add -A
48
48
git commit -m " $commitMessage "
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ git config user.name "$commitAuthorName"
72
72
git config user.email " $commitAuthorEmail "
73
73
git config credential.helper " store --file=.git/credentials"
74
74
75
- echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
75
+ echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
76
76
77
77
git add -A
78
78
git commit -m " $commitMessage "
You can’t perform that action at this time.
0 commit comments