.
This commit is contained in:
3
.github/actions/decrypt-secrets/action.yml
vendored
3
.github/actions/decrypt-secrets/action.yml
vendored
@@ -12,6 +12,9 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: install python deps
|
||||||
|
run: |
|
||||||
|
pip install pyzipper
|
||||||
- name: Decrypt and Mask
|
- name: Decrypt and Mask
|
||||||
shell: python
|
shell: python
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user