Skip to content

Commit 84c9240

Browse files
committed
fix: use correct access token for pushing docs content
1 parent ab77fa9 commit 84c9240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/publish-docs-content.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ git config user.name "$commitAuthorName"
7272
git config user.email "$commitAuthorEmail"
7373
git 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

7777
git add -A
7878
git commit -m "$commitMessage"

0 commit comments

Comments
 (0)