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 931d5dc commit 54a3405Copy full SHA for 54a3405
1 file changed
.github/workflows/test.yml
@@ -5,6 +5,10 @@ name: Test
5
- master
6
pull_request:
7
workflow_call:
8
+ secrets:
9
+ VAULT_PASS:
10
+ description: 'Password for Ansible Vault'
11
+ required: false
12
jobs:
13
commits:
14
name: Commits
0 commit comments