Skip to content

Delete old PRs docs #85

Delete old PRs docs

Delete old PRs docs #85

name: Delete old PRs docs
on:
schedule:
- cron: "11 11 * * *"
defaults:
run:
working-directory: scripts
jobs:
delete_old_prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno run --allow-env --allow-net --allow-run --allow-read ./delete-old-prs.ts
env:
HF_ACCESS_TOKEN: ${{ secrets.HF_ACCESS_TOKEN }}