Skip to content

Commit

Permalink
add aws login
Browse files Browse the repository at this point in the history
  • Loading branch information
test-cli-e2e-aws committed Dec 5, 2024
1 parent fca68a2 commit f86946d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: eu-west-1
role-to-assume: arn:aws:iam::911167907168:oidc-provider/token.actions.githubusercontent.com
role-to-assume: arn:aws:iam::911167907168:role/GitHubAction-AssumeRoleWithAction
role-session-name: GitHub_to_AWS_via_FederatedOIDC
- name: Store test timestamp
run: echo "TIMESTAMP=$(date +'%s')" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion nuke-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ accounts:
- property: Name
value: "OrganizationAccountAccessRole"
- property: Name
value: "admin"
value: "GitHubAction-AssumeRoleWithAction"
IAMRolePolicyAttachment:
- property: RoleName
value: "OrganizationAccountAccessRole"
Expand Down

0 comments on commit f86946d

Please sign in to comment.