expose secrets as env

This commit is contained in:
Gabriel Augendre 2024-10-11 12:05:19 +02:00
parent 5cc1003b67
commit 69c038380e

View file

@ -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: |