mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-01-16 08:37:11 +01:00
Delete .github/workflows/artifacts-cleanup.yml
This commit is contained in:
14
.github/workflows/artifacts-cleanup.yml
vendored
14
.github/workflows/artifacts-cleanup.yml
vendored
@@ -1,14 +0,0 @@
|
||||
name: Artifacts cleanup
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 1 * * *' # every night at 1 am UTC
|
||||
|
||||
jobs:
|
||||
delete-artifacts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kolpav/purge-artifacts-action@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
expire-in: 0days
|
||||
Reference in New Issue
Block a user