Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build-deploy-cloudfront-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
- name: Determine AWS account ID and role
id: determine-account
# For any account requiring insights depoyment, configure OIDC authentication in that account and update this step accordingly
env:
ACCOUNT: ${{ inputs.account }}
run: |
case ${{ inputs.account }} in
case $ACCOUNT in
b3tr-dev)
echo "role_arn=${{ secrets.B3TR_DEV_AWS_ACC_ROLE }}" >> $GITHUB_OUTPUT
;;
Expand Down
Loading