Skip to content

Commit 28725c0

Browse files
committed
fix: Fixed secrets pass to called workflow
1 parent 2989fb8 commit 28725c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd-stg.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
deploy-to-stg:
1414
uses: ./.github/workflows/cd-base.yml
1515
with:
16-
deployment_env: stg
16+
deployment_env: stg
17+
secrets: inherit # pragma: allowlist secret

0 commit comments

Comments
 (0)