Skip to content

Commit

Permalink
try using aws session token for auth
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Nov 13, 2024
1 parent 8cf4a5d commit 64131bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ jobs:
env:
AWS_DEFAULT_REGION: "${{ vars.AWS_REGION || 'us-east-1' }}"
S3_BUCKET: "${{ vars.AWS_S3_BUCKET || vars.S3_BUCKET }}"
AWS_SESSION_TOKEN: "" # only required if MFA is enabled
AWS_SESSION_TOKEN: ${{ steps.aws-creds.outputs.aws-session-token }}
AWS_SUBNET_ID: ${{ vars.AWS_SUBNET || 'subnet-02d18a08ea4058574' }}
AWS_SECURITY_GROUP_ID: ${{ vars.AWS_SECURITY_GROUP || 'sg-057937f4d89d9d51c' }}
BALENACLI_TOKEN: ${{ secrets.BALENA_API_DEPLOY_KEY }}
Expand Down

0 comments on commit 64131bf

Please sign in to comment.