Skip to content

Commit

Permalink
Switch examples to use marketplace release
Browse files Browse the repository at this point in the history
  • Loading branch information
Moulick committed Feb 4, 2024
1 parent ae700dd commit 662bab2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-multiple-aws-roles@bump-v4
uses: Moulick/configure-multiple-aws-roles@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-multiple-aws-roles@bump-v4
uses: Moulick/configure-multiple-aws-roles@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-multiple-aws-roles@bump-v4
uses: Moulick/configure-multiple-aws-roles@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
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-multiple-aws-roles@bump-v4
uses: Moulick/configure-multiple-aws-roles@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-multiple-aws-roles@bump-v4
uses: Moulick/configure-multiple-aws-roles@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 662bab2

Please sign in to comment.