Skip to content

Commit 4f48366

Browse files
committed
feat: Added secrets inherit when calling to integration test execution
1 parent 7580237 commit 4f48366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd-base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,5 @@ jobs:
170170
with:
171171
deployment_env: ${{ inputs.deployment_env }}
172172
db_host: ${{ needs.deploy.outputs.db_host }}
173-
api_url: ${{ needs.deploy.outputs.api_url }}
173+
api_url: ${{ needs.deploy.outputs.api_url }}
174+
secrets: inherit # pragma: allowlist secret

0 commit comments

Comments
 (0)