diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 686d705..9ddfad3 100644 --- a/.github/workflows/generator-windows.yml +++ b/.github/workflows/generator-windows.yml @@ -88,12 +88,12 @@ jobs: run: pip install cryptography - name: Decrypt and Mask Inputs + shell: python env: PRIVATE_KEY: ${{ secrets.RSA_PRIVATE_KEY }} ENCRYPTED_DATA: ${{ github.event.inputs.payload }} ENCRYPTED_KEY: ${{ github.event.inputs.wrapped_key }} run: | - python - <