chore: update workflow and vercel config

This commit is contained in:
yanglbme 2022-06-22 09:48:00 +08:00
parent 7065c1b303
commit 137e2010a0
2 changed files with 6 additions and 1 deletions

View File

@ -15,4 +15,4 @@ jobs:
github_token: ${{ secrets.ACTION_TOKEN }}
svg_path: images/starcharts.svg
commit_message: "chore: auto update starcharts"
stars_change: "50"
stars_change: ${{ secrets.STARS_CHANGE }}

5
vercel.json Normal file
View File

@ -0,0 +1,5 @@
{
"github": {
"silent": true
}
}