Skip to content

Commit

Permalink
chore(ci): handle gh runner oc removal (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Sep 27, 2024
1 parent 03e42be commit 24b9bd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
if: '!github.event.pull_request.head.repo.fork'
runs-on: ubuntu-22.04
steps:
- uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "4"
- name: Remove OpenShift artifacts
run: |
oc login --token=${{ secrets.OC_TOKEN }} --server=${{ vars.OC_SERVER }}
Expand Down

0 comments on commit 24b9bd7

Please sign in to comment.