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"
4242git config user.email " $commitAuthorEmail "
4343git config credential.helper " store --file=.git/credentials"
4444
45- echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
45+ echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
4646
4747git add -A
4848git commit -m " $commitMessage "
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ git config user.name "$commitAuthorName"
7272git config user.email " $commitAuthorEmail "
7373git config credential.helper " store --file=.git/credentials"
7474
75- echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
75+ echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
7676
7777git add -A
7878git commit -m " $commitMessage "
You can’t perform that action at this time.
0 commit comments