refactor(security): move staging age key from forgejo secrets to proxmox snippet
This commit is contained in:
parent
53a539dd91
commit
8fbecaa864
3 changed files with 22 additions and 30 deletions
|
|
@ -38,7 +38,6 @@ jobs:
|
|||
TF_VAR_pr_number: ${{ github.event.pull_request.number }}
|
||||
# VM_ID could be dynamically generated or based on PR number (e.g., 8000 + PR_NUMBER)
|
||||
TF_VAR_vm_id: ${{ format('8{0:03}', github.event.pull_request.number) }}
|
||||
TF_VAR_staging_age_key: ${{ secrets.STAGING_AGE_KEY }}
|
||||
|
||||
# TrueNAS integration (Secrets would need to be added to Forgejo)
|
||||
TRUENAS_IP: "truenas.local"
|
||||
|
|
@ -61,7 +60,6 @@ jobs:
|
|||
PROXMOX_VE_API_TOKEN: ${{ secrets.PROXMOX_TOKEN_SECRET }}
|
||||
TF_VAR_pr_number: ${{ github.event.pull_request.number }}
|
||||
TF_VAR_vm_id: ${{ format('8{0:03}', github.event.pull_request.number) }}
|
||||
TF_VAR_staging_age_key: ""
|
||||
|
||||
# TrueNAS integration
|
||||
TRUENAS_IP: "truenas.local"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue