Skip to content

Clean Deployment

Clean Deployment #9

Workflow file for this run

---
name: Clean Deployment
on: delete
jobs:
clean:
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/clean_workflow.yml@main
with:
branch: ${{ github.event.ref }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
DEV_KUBE_CONFIG: ${{ secrets.DEV_KUBE_CONFIG }}
BINGO_REPO_TOKEN: ${{ secrets.BINGO_REPO_TOKEN }}

Check failure on line 14 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: 14, Col: 25): Invalid secret, BINGO_REPO_TOKEN is not defined in the referenced workflow.