Skip to content

chore(deps): bump k8s.io/client-go from 0.30.0-alpha.0 to 0.31.0-beta.0 #28

chore(deps): bump k8s.io/client-go from 0.30.0-alpha.0 to 0.31.0-beta.0

chore(deps): bump k8s.io/client-go from 0.30.0-alpha.0 to 0.31.0-beta.0 #28

Workflow file for this run

name: Delete deployed environment
on:
pull_request:
types: [closed]
# Cancel previous runs of the same workflow and PR number or branch/tag
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
call-workflow:
uses: dhis2-sre/gha-workflows/.github/workflows/im-delete-env.yaml@master
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
KUBECONFIG: ${{ secrets.KUBECONFIG }}