removed non-working secrets management of pulumi.dev.yaml
Deploy Proxmox Infra / Pulumi Preview (push) Has been skipped
Deploy Proxmox Infra / Pulumi Deploy (push) Failing after 57s

This commit is contained in:
2026-05-28 02:24:57 +02:00
parent 45961adc43
commit 8c69ec772a
6 changed files with 5 additions and 55 deletions
@@ -29,9 +29,6 @@ jobs:
with:
node-version: '24'
- name: Restore Stack Config
run: echo "${{ secrets.PULUMI_DEV_YAML }}" | base64 -d > proxmox-infra/Pulumi.dev.yaml
- name: Install Dependencies
run: npm install
working-directory: proxmox-infra
@@ -59,9 +56,6 @@ jobs:
with:
node-version: '24'
- name: Restore Stack Config
run: echo "${{ secrets.PULUMI_DEV_YAML }}" | base64 -d > proxmox-infra/Pulumi.dev.yaml
- name: Install Dependencies
run: npm install
working-directory: proxmox-infra