add NEXT_PUBLIC_FAVICON_GENERATOR_API_KEY
to envs schema
#520
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cleanup environments | |
on: | |
pull_request: | |
types: | |
- closed | |
- merged | |
workflow_dispatch: | |
jobs: | |
cleanup_release: | |
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup_helmfile.yaml@master | |
with: | |
appName: review-l2-$GITHUB_REF_NAME_SLUG | |
globalEnv: review | |
helmfileDir: deploy | |
kubeConfigSecret: ci/data/dev/kubeconfig/k8s-dev | |
vaultRole: ci-dev | |
secrets: inherit | |
cleanup_l2_release: | |
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup_helmfile.yaml@master | |
with: | |
appName: review-$GITHUB_REF_NAME_SLUG | |
globalEnv: review | |
helmfileDir: deploy | |
kubeConfigSecret: ci/data/dev/kubeconfig/k8s-dev | |
vaultRole: ci-dev | |
secrets: inherit | |
cleanup_docker_image: | |
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup_docker.yaml@master | |
with: | |
dockerImage: prerelease-$GITHUB_REF_NAME_SLUG | |
secrets: inherit |