Skip to content

Commit f793fb6

Browse files
committed
Inherit secrets
1 parent 5689423 commit f793fb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: ./.github/workflows/reusable-deploy.yaml
1414
with:
1515
environment: Acceptance
16+
secrets: inherit
1617

1718
deploy-prd:
1819
name: Deploy
@@ -21,3 +22,4 @@ jobs:
2122
uses: ./.github/workflows/reusable-deploy.yaml
2223
with:
2324
environment: Production
25+
secrets: inherit

0 commit comments

Comments
 (0)