Skip to content

Commit

Permalink
Use for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 26, 2024
1 parent 14e6c8c commit db381b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Install CLI tools from OpenShift Mirror
uses: redhat-actions/openshift-tools-installer@v1
with:
kam: "latest"
oc: '4'
odo: "3.9"

- name: Remove OpenShift artifacts
run: |
oc login --token=${{ secrets.OC_TOKEN }} --server=${{ vars.OC_SERVER }}
Expand Down

0 comments on commit db381b0

Please sign in to comment.