Skip to content

add few new libraries (#2375) #808

add few new libraries (#2375)

add few new libraries (#2375) #808

name: '[VERCEL] Cleanup data blobs'
on:
push:
branches: [main]
schedule:
# Run three time a week on Tuesday, Thursday, and Saturday at midnight - https://crontab.guru/#0 0 * * 2,4,6
- cron: '0 0 * * 2,4,6'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Cleanup data blobs
run: bun ci:cleanup-blobs
env:
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}