Skip to content

Commit

Permalink
configure-aws-credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ogis-yamanaka committed Oct 28, 2024
1 parent 16ce910 commit a61ebbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: mvn -B package -Dcloud=aws --file pom.xml -Dquarkus.package.type=fast-jar
- name: Configure AWS credentials
id: login-aws
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/nautible-dev-githubactions-ecr-access-role
aws-region: ap-northeast-1
Expand Down

0 comments on commit a61ebbd

Please sign in to comment.