Skip to content

Commit

Permalink
Use sudo to install aws cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Nov 30, 2023
1 parent 877d80e commit 084ff14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
DEBIAN_FRONTEND="noninteractive" sudo apt-get update
sudo apt-get -y install curl unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip && ./aws/install --update
unzip awscliv2.zip && sudo ./aws/install --update
- name: Update Cloudfront key value store
run: |
aws cloudfront-keyvaluestore --kvs-arn ${{ secrets.CF_CLOUDFRONT_KVS_ARN }} --key latest --value "$VERSION"

0 comments on commit 084ff14

Please sign in to comment.