diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ea60353f..6dd85af5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,9 +21,9 @@ jobs: - id: common uses: ghga-de/gh-action-common@v3 - - name: Create env files + - name: Create Kafka secrets run: | - .devcontainer/init-scripts/dev/set_env.sh + .devcontainer/kafka_secrets/create_secrets.sh - name: Set up containers run: | diff --git a/.static_files_ignore b/.static_files_ignore index 2098675d..e5e55f1a 100644 --- a/.static_files_ignore +++ b/.static_files_ignore @@ -1,6 +1,8 @@ # Optional list of files which are actually static in the template # but are allowed to have different content in the current repository +.devcontainer/devcontainer.json + .github/workflows/check_config_docs.yaml .github/workflows/check_openapi_spec.yaml .github/workflows/check_readme.yaml