diff --git a/.github/actions/decrypt-secrets/action.yml b/.github/actions/decrypt-secrets/action.yml index 0b08093..6096f22 100644 --- a/.github/actions/decrypt-secrets/action.yml +++ b/.github/actions/decrypt-secrets/action.yml @@ -12,6 +12,9 @@ inputs: runs: using: "composite" steps: + - name: install python deps + run: | + pip install pyzipper - name: Decrypt and Mask shell: python run: |