From c2ebf488aa2a358f441e5b5dc59e96f19c1cbf00 Mon Sep 17 00:00:00 2001 From: Ulad Kasach Date: Thu, 5 Sep 2024 01:30:30 -0400 Subject: [PATCH] fix(expo): drop extra apostrophe on web bucket config --- .../best-practice/.github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/practices/cicd-app-react-native-expo/best-practice/.github/workflows/deploy.yml b/src/practices/cicd-app-react-native-expo/best-practice/.github/workflows/deploy.yml index d4280c5..6718f34 100644 --- a/src/practices/cicd-app-react-native-expo/best-practice/.github/workflows/deploy.yml +++ b/src/practices/cicd-app-react-native-expo/best-practice/.github/workflows/deploy.yml @@ -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 }}