Skip to content

Commit

Permalink
Add CDK install step
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Sep 12, 2023
1 parent 7cc74e3 commit 03bcb75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
with:
node-version: "20"

- name: Install CDK
run: |
npm install -g aws-cdk
# # MY OLD AUTH CONFIG (NOW WITH GITHUB OIDC TOKEN)
# - name: Configure AWS credentials
# uses: aws-actions/configure-aws-credentials@master
# with:
Expand Down

0 comments on commit 03bcb75

Please sign in to comment.