Skip to content

FE - Delete

FE - Delete #12

---
name: FE - Delete
on:
workflow_call:
inputs:
featurenet-name:
description: 'Name of featurenet'
type: string
required: true
workflow_dispatch:
inputs:
featurenet-name:
description: 'Name of featurenet'
type: string
required: true
jobs:
check-vars-and-secrets:
name: Check vars and secrets
uses: ./.github/workflows/_check-vars-and-secrets.yml
secrets: inherit
delete-featurenet:
needs: [check-vars-and-secrets]
name: Delete featurenet
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@A0-3467-unify-featurenet-creation
secrets: inherit
with:
featurenet-name: ${{ inputs.featurenet-name }}