Skip to content

Commit

Permalink
fix: use vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Feb 7, 2024
1 parent 2b08b6d commit b13ba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
make test
env:
DID_DOCUMENT: ${{ secrets.DID_DOCUMENT }}
DID_DOCUMENT: ${{ vars.DID_DOCUMENT }}
DID_PRIVATE_KEY: ${{ secrets.DID_PRIVATE_KEY }}
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b13ba43

Please sign in to comment.