Skip to content

Commit

Permalink
chore(ci): Update PR close workflow (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac authored Nov 1, 2024
1 parent 52659e0 commit 25b214b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: Cleanup and Images
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.8.1
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: helm
packages: backend frontend migrations
cleanup: label
packages: init minio database backend frontend

0 comments on commit 25b214b

Please sign in to comment.