wrote workflow that uses action

This commit is contained in:
miampf 2024-01-29 16:14:17 +01:00
parent 5418d7bce0
commit a07e40382b
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -0,0 +1,14 @@
name: e2e weekly cleanup
on:
schedule:
- cron: "0 0 * * 0"
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/e2e_cleanup_timeframe
with:
ghToken: ${{ secrets.GITHUB_TOKEN }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT }}