mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-03 12:35:59 +01:00
expose secrets as env
This commit is contained in:
parent
5cc1003b67
commit
69c038380e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
|||
check-latest: true
|
||||
- name: Run ansible
|
||||
env:
|
||||
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
|
||||
DEPLOY_PORT: ${{ secrets.DEPLOY_PORT }}
|
||||
DEPLOY_USERNAME: ${{ secrets.DEPLOY_USERNAME }}
|
||||
ANSIBLE_INVENTORY: inventories/github.yaml
|
||||
ANSIBLE_VAULT_PASSWORD_FILE: vault.pass
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue