Skip to content

Commit

Permalink
Add codecommit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Aug 24, 2023
1 parent eb2f5ac commit b786159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-access-key-id: ${{ secrets.CC_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.CC_SECRET_KEY }}
aws-region: us-east-1

- name: Sync up to CodeCommit
Expand Down

0 comments on commit b786159

Please sign in to comment.