Skip to content

Commit

Permalink
export TEST_USER_API_KEY for CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
benyam7 committed Jul 4, 2024
1 parent 503aefc commit ae30588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
RESOLVER_URL: ${{ vars.RESOLVER_URL }}
TEST_USER_EMAIL: ${{ secrets.TEST_USER_EMAIL }}
TEST_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
TEST_USER_API_KEY: ${{ secrets.TEST_USER_API_KEY }}
TESTNET_RPC_URL: ${{ vars.TESTNET_RPC_URL }}
VERIDA_PRIVATE_KEY: ${{ secrets.VERIDA_PRIVATE_KEY }}
CREDS_DECRYPTION_SECRET: ${{ secrets.CREDS_DECRYPTION_SECRET }}
Expand Down

0 comments on commit ae30588

Please sign in to comment.