Skip to content

Commit

Permalink
fix(ci): add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Dupain committed Nov 10, 2024
1 parent 4e5f9b7 commit 5d86626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
PROXMOX_VE_SSH_USERNAME: ${{secrets.PROXMOX_VE_SSH_USERNAME}}
PROXMOX_VE_SSH_PASSWORD: ${{secrets.PROXMOX_VE_SSH_PASSWORD}}
PROXMOX_VE_API_TOKEN: ${{secrets.PROXMOX_VE_API_TOKEN}}
TF_VAR_GITHUB_PAT: ${{secrets.TF_VAR_GITHUB_PAT}}

steps:
- name: Checkout
Expand Down

0 comments on commit 5d86626

Please sign in to comment.