Skip to content

Commit

Permalink
fix(expo): drop extra apostrophe on web bucket config
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Sep 5, 2024
1 parent f37b679 commit c2ebf48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
github-environment: prod
aws-region: us-east-1
aws-account-id: '@declapract{variable.awsAccountId.prod}'
app-web-deployment-s3-bucket: s3://@declapract{variable.projectName}-@declapract{variable.infrastructureNamespaceId}-prod'
app-web-deployment-s3-bucket: s3://@declapract{variable.projectName}-@declapract{variable.infrastructureNamespaceId}-prod
secrets:
expo-token: ${{ secrets.EXPO_TOKEN }}
aws-access-key-id: ${{ secrets.PROD_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit c2ebf48

Please sign in to comment.