Skip to content

Commit 4937685

Browse files
committed
config: Permisions SOPS
1 parent 4901ed4 commit 4937685

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27+
2728
- name: Install SOPS
2829
run: |
29-
apt-get install wget
30+
sudo apt-get install wget
3031
wget https://github.com/mozilla/sops/releases/download/v3.7.0/sops_3.7.0_amd64.deb
31-
dpkg -i sops_3.7.0_amd64.deb
32+
sudo dpkg -i sops_3.7.0_amd64.deb
3233
3334

0 commit comments

Comments
 (0)