Skip to content

Commit 85ab03a

Browse files
committed
config: Install SOPS
1 parent f664484 commit 85ab03a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/CD.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ jobs:
2828
- name: Install Serverless
2929
run: npm install
3030

31-
- name: Install Serverless Plugins
32-
run: make install-serverless-plugins
31+
- name: Sops Binary Installer
32+
uses: mdgreenwald/mozilla-sops-action@v1
33+
id: sops
34+
with:
35+
version: 'stable' # default is latest stable
36+
# - name: Install Serverless Plugins
37+
# run: make install-serverless-plugins
3338

3439

3540

0 commit comments

Comments
 (0)