Skip to content

chore: label cron jobs so they can be matched across different enviro… #30

chore: label cron jobs so they can be matched across different enviro…

chore: label cron jobs so they can be matched across different enviro… #30

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 }}