Skip to content

Commit

Permalink
Merge pull request #14 from liquibase/feature/add-aws-region
Browse files Browse the repository at this point in the history
add aws creds
  • Loading branch information
ap-liquibase authored Dec 6, 2022
2 parents 183d22f + cbb9fc3 commit 6f8b65a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sonar-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
name: Sonar Scan
runs-on: ubuntu-latest

env:
AWS_REGION: us-east-1
LIQUIBASE_PRO_LICENSE_KEY: ${{ secrets.PRO_LICENSE_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.GHA_AWS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.GHA_AWS_KEY }}

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6f8b65a

Please sign in to comment.