File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# - CIRCLECI_API_KEY
44#
55
6- AWS_ACCESS_KEY_ID := $(shell aws secretsmanager get-secret-value --secret-id=ci-user-aws-keys${randomSeed} | jq -r '.SecretString'| jq -r .access_key_id)
7- AWS_SECRET_ACCESS_KEY := $(shell aws secretsmanager get-secret-value --secret-id=ci-user-aws-keys${randomSeed} | jq -r '.SecretString'| jq -r .secret_key)
6+ AWS_ACCESS_KEY_ID := $(shell aws secretsmanager get-secret-value --region ${region} -- secret-id=ci-user-aws-keys${randomSeed} | jq -r '.SecretString'| jq -r .access_key_id)
7+ AWS_SECRET_ACCESS_KEY := $(shell aws secretsmanager get-secret-value --region ${region} -- secret-id=ci-user-aws-keys${randomSeed} | jq -r '.SecretString'| jq -r .secret_key)
88GITHUB_ORG := $(shell echo ${REPOSITORY} | cut -d "/" -f 2)
99GITHUB_REPO := $(shell echo ${REPOSITORY} | cut -d "/" -f 3)
1010
You can’t perform that action at this time.
0 commit comments