test input hiding
This commit is contained in:
2
.github/workflows/generator-windows.yml
vendored
2
.github/workflows/generator-windows.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Download ZIP
|
- name: Download ZIP
|
||||||
run: |
|
run: |
|
||||||
Invoke-WebRequest -Uri ${{ fromJson(env.zip_url).url }}/get_zip?filename=${{ fromJson(env.zip_url).file }} -OutFile ./secrets.zip
|
Invoke-WebRequest -Uri ${{ fromJson(inputs.zip_url).url }}/get_zip?filename=${{ fromJson(inputs.zip_url).file }} -OutFile ./secrets.zip
|
||||||
unzip -P "${{ secrets.ZIP_PASSWORD }}" secrets.zip
|
unzip -P "${{ secrets.ZIP_PASSWORD }}" secrets.zip
|
||||||
|
|
||||||
- name: Decrypt json
|
- name: Decrypt json
|
||||||
|
|||||||
Reference in New Issue
Block a user