Skip to content

Commit

Permalink
Install aws cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Nov 27, 2023
1 parent bcaf5d3 commit 162edc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
role-to-assume: ${{ secrets.CD_API_REFS_PUBLISH_ROLE_ARN }}
aws-region: us-east-1
- name: Install AWS CLI
run: |
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
- name: Display user
run: aws sts get-caller-identity
- name: Extract version from GITHUB_REF
Expand Down

0 comments on commit 162edc8

Please sign in to comment.