Skip to content

Commit

Permalink
fix: pass vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Feb 27, 2024
1 parent 3f5635e commit 3ad24a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,10 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build Image
run: |
make build-docker
make build-docker
env:
DID_DOCUMENT: ${{ vars.DID_DOCUMENT }}
DID_PRIVATE_KEY: ${{ secrets.DID_PRIVATE_KEY }}
RUST_LOG: info
DATABASE_URL: ${{ vars.DATABASE_URL }}

0 comments on commit 3ad24a3

Please sign in to comment.