feat: dynamic tech stack from GitHub repos

This commit is contained in:
asepharyana
2026-07-03 05:18:38 +07:00
parent e058d6ca34
commit a28e5fede3
3 changed files with 276 additions and 12 deletions
+30
View File
@@ -0,0 +1,30 @@
name: Update Tech Stack
on:
schedule:
- cron: "0 6 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Generate tech stack badges
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node scripts/update-techstack.js
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update tech stack badges [skip ci]"
file_pattern: README.md