Skip to content

Commit

Permalink
ENV-ize AWS role ARN (#1768)
Browse files Browse the repository at this point in the history
Gonna merge this, hope that's cool..wanna see the next failure state of the pipeline if any.
  • Loading branch information
amancevice committed Jan 16, 2023
1 parent 8b15610 commit 25fc263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -5,7 +5,7 @@ orbs:
codecov: codecov/codecov@1.1.3

aws_cli_setup: &aws_cli_setup
role-arn: arn:aws:iam::116278940861:role/circleci-oidc-ios-private
role-arn: $AWS_ROLE_ARN

xcode_version: &xcode_version 13.3.1
iphone_name: &iphone_name iPhone 8
Expand Down

0 comments on commit 25fc263

Please sign in to comment.