Skip to content

Commit

Permalink
Add vault password secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jan 14, 2024
1 parent ac71af3 commit ab124f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
- name: Add pip bin to path
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

- name: Create vault password file
run: echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > vault_pass

- name: Run ansible-lint
run: ansible-lint 2>&1 >> $GITHUB_STEP_SUMMARY

0 comments on commit ab124f9

Please sign in to comment.