mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-13 17:50:52 +00:00
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 }
|
||||
steps:
|
||||
- name: Download ZIP
|
||||
env:
|
||||
ZIP_URL: ${{ github.event.inputs.zip_url }}
|
||||
ZIP_PASS: ${{ secrets.ZIP_PASSWORD }}
|
||||
run: |
|
||||
curl -L -o secrets.zip "$ZIP_URL"
|
||||
unzip -P "$ZIP_PASS" secrets.zip
|
||||
curl -L -o secrets.zip "${{ github.event.inputs.zip_url }}"
|
||||
unzip -P "${{ secrets.ZIP_PASSWORD }}" secrets.zip
|
||||
|
||||
- name: Decrypt json
|
||||
shell: python
|
||||
|
||||
Reference in New Issue
Block a user