Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
youyo committed Nov 9, 2019
1 parent 516bf76 commit 91c3e3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-actions-test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: GitHub Actions Test

on: [push]

jobs:
Expand All @@ -7,13 +9,12 @@ jobs:
- name: Assume Role
uses: youyo/awscredswrap@master
with:
role_arn: ${ROLE_ARN}
role_arn: ${{ secrets.ROLE_ARN }}
duration_seconds: 3600
role_session_name: 'awscredswrap@GitHubActions'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
ROLE_ARN: ${{ secrets.ROLE_ARN }}
AWS_DEFAULT_REGION: 'ap-northeast-1'
- name: Identity Check
uses: actions/aws/cli@master
Expand Down

0 comments on commit 91c3e3a

Please sign in to comment.