Skip to content

Commit

Permalink
fix mismatched braces
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroldwong committed Dec 6, 2023
1 parent 11cbb65 commit 0a2d382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
secrets:
access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-rds-cert: ${ secrets.RDS_US_WEST_2_BUNDLE_PEM }}
aws-rds-cert: ${{ secrets.RDS_US_WEST_2_BUNDLE_PEM }}

0 comments on commit 0a2d382

Please sign in to comment.