Skip to content

fix: Add entitlement-key to managed cluster where Cloud Pak will be installed #92

fix: Add entitlement-key to managed cluster where Cloud Pak will be installed

fix: Add entitlement-key to managed cluster where Cloud Pak will be installed #92

Workflow file for this run

name: Close
on:
pull_request:
types:
- closed
branches:
- main
jobs:
destroy:
if: ${{ !contains( github.event.pull_request.labels.*.name, 'skip ci' ) }}
runs-on: ubuntu-latest
container: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.6
env:
HOME: /root
PIPELINE_DEBUG: 1
IBM_CLOUD_API_KEY: ${{ secrets.IBM_CLOUD_API_KEY }}
environment: dev
steps:
- uses: actions/checkout@v3
- name: Verify destroy
run: tests/postbuild/cluster.sh --delete -t ibmcloud -n "gitops-${GITHUB_HEAD_REF:0:25}" --apikey "${IBM_CLOUD_API_KEY}"