Skip to content

Commit

Permalink
Merge pull request #8 from nautible/feature/issue68
Browse files Browse the repository at this point in the history
Feature/issue68
  • Loading branch information
SaitoMunenori authored Aug 8, 2022
2 parents a22b00c + df41b7c commit f534775
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches: [ "develop","feature/*","hotfix/*" ]
workflow_dispatch:

permissions:
id-token: write
contents: read

jobs:
build:

Expand Down Expand Up @@ -42,9 +46,8 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/nautible-dev-githubactions-ecr-access-role
aws-region: ap-northeast-1
- name: Login to Amazon public ECR
id: login-ecr
run: |
Expand Down

0 comments on commit f534775

Please sign in to comment.