fix(ci): update to common pr-cleanup job #426
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Closed | ||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
concurrency: | ||
group: ${{ github.event.number }} | ||
cancel-in-progress: true | ||
jobs: | ||
cleanup: | ||
name: Cleanup and Images | ||
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected] | ||
Check failure on line 15 in .github/workflows/pr-close.yml GitHub Actions / .github/workflows/pr-close.ymlInvalid workflow file
|
||
secrets: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_token: ${{ secrets.OC_TOKEN }} | ||
with: | ||
cleanup: label | ||
packages: api public admin db | ||
cleanup_name: fom |