Skip to content

Commit

Permalink
Woodpecker v3 secrets fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyMistborn committed Jan 20, 2025
1 parent 2eb70dc commit ab88570
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
steps:
- name: ansible-lint and yamllint
image: fuzzymistborn/docker-linting:latest
secrets:
- ansible_vault_password
environment:
ansible_vault_password:
from_secret: my_token
commands:
- ansible-galaxy role install -r requirements.yaml
- ansible-galaxy collection install -r requirements.yaml
Expand Down

0 comments on commit ab88570

Please sign in to comment.