From 6dc19ccd0580557a843acd27d38dce8f97b1032e Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Wed, 11 Feb 2026 15:24:06 -0600 Subject: [PATCH] . --- .github/actions/decrypt-secrets/action.yml | 3 +++ 1 file changed, 3 insertions(+) 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: |