Skip to content

Commit

Permalink
fix: env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Feb 27, 2024
1 parent 3d8cce1 commit 78b811c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
DID_DOCUMENT: ${{ vars.DID_DOCUMENT }}
DID_PRIVATE_KEY: ${{ secrets.DID_PRIVATE_KEY }}
RUST_LOG: info
#DATABASE_URL: ${{ vars.DATABASE_URL }}
DATABASE_URL: ${{ vars.DATABASE_URL }}
build:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -80,5 +80,5 @@ jobs:
DID_DOCUMENT: ${{ vars.DID_DOCUMENT }}
DID_PRIVATE_KEY: ${{ secrets.DID_PRIVATE_KEY }}
RUST_LOG: info
#DATABASE_URL: ${{ vars.DATABASE_URL }}
CERAMIC_URL: ${{ vars.CERAMIC_URL }}

1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
password: ${{ env.AWS_SECRET_ACCESS_KEY }}
env:
AWS_REGION: us-east-1
CERAMIC_URL: ${{ vars.CERAMIC_URL }}
-
name: Build and Publish
id: build
Expand Down

0 comments on commit 78b811c

Please sign in to comment.