Skip to content

Commit ae663ea

Browse files
authored
[Bugfix] Fix OIDC Role (#1729)
1 parent 706f957 commit ae663ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/continue_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ parameters:
1616
executors:
1717
golang-executor:
1818
docker:
19-
- image: 889010145541.dkr.ecr.eu-central-1.amazonaws.com/cicd/golang:1.22.5
19+
- image: 889010145541.dkr.ecr.us-east-1.amazonaws.com/cicd/golang:1.22.5
2020
aws_auth:
21-
oidc_role_arn: arn:aws:iam::889010145541:role/circleci-registry-integration-eu-central-1
21+
oidc_role_arn: arn:aws:iam::889010145541:role/circleci-project-dev-kube-arangodb
2222
machine-executor:
2323
machine:
2424
image: ubuntu-2204:current

0 commit comments

Comments
 (0)