Skip to content

Commit

Permalink
Update BuildNDeployDev.yml
Browse files Browse the repository at this point in the history
add missing permissions for deploy job needed for aws-actions
  • Loading branch information
jaylenw authored Aug 21, 2024
1 parent d19de42 commit 126eba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/BuildNDeployDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
environment:
name: development
url: https://${{ vars.SITE_DOMAIN_NAME }}
permissions: # required for configure-aws-credentials action to work properly
id-token: write
contents: read
steps:
- name: Install AWS CLI
run: pip3 install awscli --upgrade --user # install the cli with upgrade to any requirements and into the subdir of the user
Expand Down

0 comments on commit 126eba3

Please sign in to comment.