mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
15 lines
440 B
YAML
15 lines
440 B
YAML
name: Bunnyshell - Cleanup Preview Environments
|
|
concurrency: bns-cleanup
|
|
on:
|
|
workflow_dispatch: ~
|
|
schedule:
|
|
- cron: '* 6 * * *'
|
|
jobs:
|
|
cleanup:
|
|
name: Cleanup Bunnyshell Environments
|
|
uses: bunnyshell/workflows/.github/workflows/cleanup-envs.yaml@v1
|
|
with:
|
|
project-id: ${{ vars.BUNNYSHELL_PROJECT_ID }}
|
|
include-not-found: true
|
|
secrets:
|
|
bunnyshell-access-token: ${{ secrets.BUNNYSHELL_ACCESS_TOKEN }}
|