Skip to content

Commit 2f9c4ce

Browse files
committed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if ($shouldUpdate) {
1616
aws s3 sync . s3://plugins-dist/ --exclude ".git/*"
1717
}
1818
git commit -m "Publish"
19-
git remote set-url origin "https://tadaf:$token@github.com/bs-community/plugins-dist.git"
19+
git remote set-url origin "https://x-access-token:$token@github.com/bs-community/plugins-dist.git"
2020
git push origin master
2121
}
2222

0 commit comments

Comments
 (0)