Skip to content

Clean cache

Clean cache #15

Workflow file for this run

name: Clean cache
on:
schedule:
- cron: '0 0 * * SUN'
workflow_dispatch: { }
permissions:
actions: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: gh cache delete --all -R $GITHUB_REPOSITORY
env:
GH_TOKEN: ${{ github.token }}