Skip to content

Commit

Permalink
Merge pull request #5972 from shaneknapp/fix-sops-download
Browse files Browse the repository at this point in the history
[DH-301] fix broken url for sops download
  • Loading branch information
shaneknapp authored Aug 19, 2024
2 parents 126b8fd + 832eab6 commit d238071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ env.DEPLOY }}
run: |
mkdir -p ${HOME}/bin
curl -sSL https://github.com/mozilla/sops/releases/download/v3.9.0/sops-v3.9.0.linux -o ${HOME}/bin/sops
curl -sSL https://github.com/getsops/sops/releases/download/v3.9.0/sops-v3.9.0.linux.amd64 -o ${HOME}/bin/sops
chmod 755 ${HOME}/bin/sops
echo "${HOME}/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit d238071

Please sign in to comment.