[deploy-all] secrets
This commit is contained in:
parent
ef43ef29c8
commit
e9087b5a27
|
@ -12,6 +12,11 @@ on:
|
|||
- infra/**-playbook.yaml
|
||||
- .github/workflows/infra.yaml
|
||||
|
||||
env:
|
||||
PROXMOX_HOST: ${{ secrets.PROXMOX_HOST }}
|
||||
PROXMOX_TOKEN_ID: ${{ secrets.PROXMOX_TOKEN_ID }}
|
||||
PROXMOX_TOKEN_SECRET: ${{ secrets.PROXMOX_TOKEN_SECRET }}
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check infrastructure definitions
|
||||
|
|
Loading…
Reference in New Issue