Skip to content

Commit

Permalink
Add SABLIER env vars to backend (api) tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-code committed Oct 27, 2024
1 parent 3b6a056 commit 0743172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
GC_PASSPORT_SCORER_API_KEY: "${{ secrets.GITCOIN_SCORER_API_KEY }}"
DELEGATION_SALT: "${{ secrets.DELEGATION_SALT }}"
DELEGATION_SALT_PRIMARY: "${{ secrets.DELEGATION_SALT_PRIMARY }}"
SABLIER_MAINNET_SUBGRAPH_URL: "${{ secrets.SABLIER_MAINNET_SUBGRAPH_URL }}"
SABLIER_SEPOLIA_SUBGRAPH_URL: "${{ secrets.SABLIER_SEPOLIA_SUBGRAPH_URL }}"
steps:
- uses: actions/[email protected]
- uses: actions/cache/restore@v4
Expand Down

0 comments on commit 0743172

Please sign in to comment.