Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
youyo committed Oct 15, 2020
1 parent ba75cdb commit 5e9b4cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: 'ap-northeast-1'
- name: Install aws-cli
uses: chrislennon/action-aws-cli@v1.1
- name: Identity Check
uses: actions/aws/cli@v1
with:
args: sts get-caller-identity
run: aws sts get-caller-identity
```

## License
Expand Down

0 comments on commit 5e9b4cc

Please sign in to comment.