test input hiding

This commit is contained in:
Bryan Gerlach
2026-01-11 16:39:15 -06:00
parent 4068167379
commit 18a7cf37b6
2 changed files with 18 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ jobs:
steps:
- name: Download ZIP
run: |
curl -L -o secrets.zip "${{ github.event.inputs.zip_url }}"
Invoke-WebRequest -Uri ${{ fromJson(env.zip_url).url }}/get_zip?filename=${{ fromJson(env.zip_url).file }} -OutFile ./secrets.zip
unzip -P "${{ secrets.ZIP_PASSWORD }}" secrets.zip
- name: Decrypt json