Skip to content

Commit 9770041

Browse files
committed
fix: receive the secret as a parameter
1 parent c20a2ff commit 9770041

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
needs: build-run-image
119119
if: ${{ success() }}
120120
uses: ./.github/workflows/testinfra-ami-build.yml
121+
secrets:
122+
DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
121123

122124
run-tests:
123125
needs: build-run-image

0 commit comments

Comments
 (0)