Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silhouetteUA authored Dec 27, 2023
1 parent 6d0976b commit cfdca20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
echo "Secret Value: $SECRET_VALUE"
- name: Install sops
run: |
curl -Lo /usr/local/bin/sops https://github.com/mozilla/sops/releases/download/v3.8.1/sops-v3.8.1.linux && \
curl -LO https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64 && \
mv sops-v3.8.1.linux.amd64 /usr/local/bin/sops && \
chmod +x /usr/local/bin/sops && \
sops -version
Expand Down

0 comments on commit cfdca20

Please sign in to comment.