Skip to content

Commit

Permalink
Merge pull request #542 from shogo82148/dependabot/github_actions/ful…
Browse files Browse the repository at this point in the history
…ler-inc/actions-aws-assume-role-1.6.0
  • Loading branch information
shogo82148 authored Sep 7, 2023
2 parents f0ad6eb + b0f4f7a commit 2247849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
make build
working-directory: provider

- uses: fuller-inc/actions-aws-assume-role@5beb414cb6d1071b7d53460d6f8d914d25f084ec # v1.5.4
- uses: fuller-inc/actions-aws-assume-role@f242de95e6f91240c4770502319cc68d4c61168c # v1.6.0
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::978218332026:role/github-app-token-github-actions-us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make build
working-directory: provider

- uses: fuller-inc/actions-aws-assume-role@5beb414cb6d1071b7d53460d6f8d914d25f084ec # v1.5.4
- uses: fuller-inc/actions-aws-assume-role@f242de95e6f91240c4770502319cc68d4c61168c # v1.6.0
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::616212855146:role/github-app-token-github-actions-us-east-1
Expand Down

0 comments on commit 2247849

Please sign in to comment.