Skip to content

Commit

Permalink
Rename action to comply with Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Moulick committed Feb 4, 2024
1 parent 847c89f commit ae700dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Configure AWS credentials ROLE 1
id: configure-aws-credentials-role-1
uses: moulick/configure-multi-aws-profiles@bump-v4
uses: moulick/configure-multiple-aws-roles@bump-v4
with:
role-to-assume: arn:aws:iam::123456789012:role/role-1
role-session-name: GithubActions-${{ env.REPO_NAME }}-${{ github.workflow }}-${{ github.run_id }}
Expand All @@ -62,7 +62,7 @@ jobs:

- name: Configure AWS credentials ROLE 2
id: configure-aws-credentials-role-2
uses: moulick/configure-multi-aws-profiles@bump-v4
uses: moulick/configure-multiple-aws-roles@bump-v4
with:
role-to-assume: arn:aws:iam::123456789012:role/role-2
role-session-name: GithubActions-${{ env.REPO_NAME }}-${{ github.workflow }}-${{ github.run_id }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Configure AWS credentials role test
id: configure-aws-credentials-role-test
uses: moulick/configure-multi-aws-profiles@bump-v4
uses: moulick/configure-multiple-aws-roles@bump-v4
with:
role-to-assume: arn:aws:iam::123456789012:role/role-test
role-session-name: GithubActions-${{ env.REPO_NAME }}-${{ github.workflow }}-${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Configure AWS Profile
name: Configure Multiple AWS Roles

description: Configures an OIDC AWS Role Session as an aws config profile.

Expand Down
4 changes: 2 additions & 2 deletions workflow.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Configure AWS credentials ROLE 1
id: configure-aws-credentials-role-1
uses: moulick/configure-multi-aws-profiles@bump-v4
uses: moulick/configure-multiple-aws-roles@bump-v4
with:
role-to-assume: arn:aws:iam::111111111111:role/role-1
role-session-name: GithubActions-${{ env.REPO_NAME }}-${{ github.workflow }}-${{ github.run_id }}
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Configure AWS credentials ROLE 2
id: configure-aws-credentials-role-2
uses: moulick/configure-multi-aws-profiles@bump-v4
uses: moulick/configure-multiple-aws-roles@bump-v4
with:
role-to-assume: arn:aws:iam::111111111111:role/role-2
role-session-name: GithubActions-${{ env.REPO_NAME }}-${{ github.workflow }}-${{ github.run_id }}
Expand Down

0 comments on commit ae700dd

Please sign in to comment.