Skip to content

Commit 137e201

Browse files
committed
chore: update workflow and vercel config
1 parent 7065c1b commit 137e201

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/starcharts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
github_token: ${{ secrets.ACTION_TOKEN }}
1616
svg_path: images/starcharts.svg
1717
commit_message: "chore: auto update starcharts"
18-
stars_change: "50"
18+
stars_change: ${{ secrets.STARS_CHANGE }}

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"github": {
3+
"silent": true
4+
}
5+
}

0 commit comments

Comments
 (0)