diff --git a/.github/actions/decrypt-secrets/action.yml b/.github/actions/decrypt-secrets/action.yml index 6096f22..5ee3699 100644 --- a/.github/actions/decrypt-secrets/action.yml +++ b/.github/actions/decrypt-secrets/action.yml @@ -13,6 +13,7 @@ runs: using: "composite" steps: - name: install python deps + shell: bash run: | pip install pyzipper - name: Decrypt and Mask