Skip to content

Commit c20a2ff

Browse files
committed
fix: allows workflow to recv secret when called from other workflows
1 parent 91d8b31 commit c20a2ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testinfra-ami-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Testinfra Integration Tests Nix
33
on:
44
workflow_dispatch:
55
workflow_call:
6+
secrets:
7+
DEV_AWS_ROLE:
8+
description: 'AWS role for dev environment'
9+
required: true
610

711
permissions:
812
contents: write

0 commit comments

Comments
 (0)