Skip to content

Commit

Permalink
[etc] change aws credential (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou authored Nov 12, 2023
1 parent e8dd26d commit 9c7fadf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ARN_ROLE_TO_ASSUME }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Add GitHub IP to AWS
run: |
Expand Down

0 comments on commit 9c7fadf

Please sign in to comment.