Sylius/.github/workflows/bunnyshell_cleanup-envs.yaml
Aris Buzachis 1a5b08e8c8
[Bunnyshell] Adjust the workflows for Fork PRs
Signed-off-by: Aris Buzachis <aris.buzachis@bunnyshell.com>
2023-07-06 09:19:45 +02:00

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 }}