We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaa277 commit 094ee5aCopy full SHA for 094ee5a
1 file changed
.github/workflows/cd-base.yml
@@ -176,7 +176,6 @@ jobs:
176
cleanup-database:
177
needs: run-integration-tests
178
runs-on: ubuntu-latest
179
- secrets: inherit # pragma: allowlist secret
180
if: always() && github.event.inputs.deployment_env != 'local' # run even if integration test fail
181
steps:
182
- uses: actions/checkout@v4
0 commit comments