Skip to content

Clean Deployment

Clean Deployment #2557

Workflow file for this run

---
name: Clean Deployment
on: delete
jobs:
clean:
permissions:
contents: read
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/clean_workflow.yml@main

Check failure on line 10 in .github/workflows/clean.yml

View workflow run for this annotation

GitHub Actions / Clean Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/clean.yml (Line: 10, Col: 11): Secret DEV_KUBE_CONFIG_BRB is required, but not provided while calling. .github/workflows/clean.yml (Line: 10, Col: 11): Secret DEV_KUBE_CONFIG_NBC is required, but not provided while calling.

Check failure on line 10 in .github/workflows/clean.yml

View workflow run for this annotation

GitHub Actions / Clean Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/clean.yml (Line: 10, Col: 11): Secret DEV_KUBE_CONFIG_BRB is required, but not provided while calling. .github/workflows/clean.yml (Line: 10, Col: 11): Secret DEV_KUBE_CONFIG_NBC is required, but not provided while calling.

Check failure on line 10 in .github/workflows/clean.yml

View workflow run for this annotation

GitHub Actions / Clean Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/clean.yml (Line: 10, Col: 11): Secret DEV_KUBE_CONFIG_BRB is required, but not provided while calling. .github/workflows/clean.yml (Line: 10, Col: 11): Secret DEV_KUBE_CONFIG_NBC is required, but not provided while calling.
with:
branch: ${{ github.event.ref }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
DEV_KUBE_CONFIG: ${{ secrets.DEV_KUBE_CONFIG }}
BINGO_REPO_TOKEN: ${{ secrets.BINGO_REPO_TOKEN }}