We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4901ed4 commit 4937685Copy full SHA for 4937685
.github/workflows/CD.yml
@@ -24,10 +24,11 @@ jobs:
24
uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node-version }}
27
+
28
- name: Install SOPS
29
run: |
- apt-get install wget
30
+ sudo apt-get install wget
31
wget https://github.com/mozilla/sops/releases/download/v3.7.0/sops_3.7.0_amd64.deb
- dpkg -i sops_3.7.0_amd64.deb
32
+ sudo dpkg -i sops_3.7.0_amd64.deb
33
34
0 commit comments