We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d8b31 commit c20a2ffCopy full SHA for c20a2ff
.github/workflows/testinfra-ami-build.yml
@@ -3,6 +3,10 @@ name: Testinfra Integration Tests Nix
3
on:
4
workflow_dispatch:
5
workflow_call:
6
+ secrets:
7
+ DEV_AWS_ROLE:
8
+ description: 'AWS role for dev environment'
9
+ required: true
10
11
permissions:
12
contents: write
0 commit comments