Skip to content

Commit 094ee5a

Browse files
committed
fix: Removed secrets inherit
1 parent afaa277 commit 094ee5a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/cd-base.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ jobs:
176176
cleanup-database:
177177
needs: run-integration-tests
178178
runs-on: ubuntu-latest
179-
secrets: inherit # pragma: allowlist secret
180179
if: always() && github.event.inputs.deployment_env != 'local' # run even if integration test fail
181180
steps:
182181
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)