Skip to content

Commit

Permalink
Merge pull request #46 from COW-dev/main
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou authored Nov 12, 2023
2 parents e27695e + e8dd26d commit ca7ffaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ secrets.AWS_REGION }
role-to-assume: ${{ secrets.AWS_ARN_ROLE_TO_ASSUME }
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ARN_ROLE_TO_ASSUME }}

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

0 comments on commit ca7ffaf

Please sign in to comment.