test input hiding
This commit is contained in:
7
.github/workflows/generator-windows.yml
vendored
7
.github/workflows/generator-windows.yml
vendored
@@ -77,12 +77,9 @@ jobs:
|
|||||||
# - { target: aarch64-pc-windows-msvc, os: windows-2022, arch: aarch64 }
|
# - { target: aarch64-pc-windows-msvc, os: windows-2022, arch: aarch64 }
|
||||||
steps:
|
steps:
|
||||||
- name: Download ZIP
|
- name: Download ZIP
|
||||||
env:
|
|
||||||
ZIP_URL: ${{ github.event.inputs.zip_url }}
|
|
||||||
ZIP_PASS: ${{ secrets.ZIP_PASSWORD }}
|
|
||||||
run: |
|
run: |
|
||||||
curl -L -o secrets.zip "$ZIP_URL"
|
curl -L -o secrets.zip "${{ github.event.inputs.zip_url }}"
|
||||||
unzip -P "$ZIP_PASS" secrets.zip
|
unzip -P "${{ secrets.ZIP_PASSWORD }}" secrets.zip
|
||||||
|
|
||||||
- name: Decrypt json
|
- name: Decrypt json
|
||||||
shell: python
|
shell: python
|
||||||
|
|||||||
Reference in New Issue
Block a user