Skip to content

Commit

Permalink
Added env variable for docker in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmathew committed Jul 8, 2024
1 parent 3bf5ba4 commit e0f59fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:

- name: Build the stack
run: docker-compose -f docker/docker-compose.yaml up -d
env:
DATASOURCE_USER: ${{ secrets.DATASOURCE_USER }}
DATASOURCE_PASSWORD: ${{ secrets.DATASOURCE_PASSWORD }}
DATASOURCE_URL: ${{ secrets.DATASOURCE_URL }}

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
Expand Down

0 comments on commit e0f59fc

Please sign in to comment.