mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
wrote workflow that uses action
This commit is contained in:
parent
5418d7bce0
commit
a07e40382b
14
.github/workflows/e2e-cleanup-weekly.yml
vendored
Normal file
14
.github/workflows/e2e-cleanup-weekly.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user