Skip to content

Commit

Permalink
add env var
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Jan 9, 2025
1 parent cc3ff1d commit 2d3d9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/defi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ jobs:
SMARDEX_SUBGRAPH_API_KEY: ${{ secrets.SMARDEX_SUBGRAPH_API_KEY }}
DUNE_API_KEYS: ${{ secrets.DUNE_API_KEYS }}
APIKEY: ${{ secrets.APIKEY }}
SEARCH_MASTER_KEY: ${{ secrets.SEARCH_MASTER_KEY }}
2 changes: 2 additions & 0 deletions defi/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,8 @@ functions:
memorySize: 512
events:
- schedule: cron(30 * * * ? *)
environment:
SEARCH_MASTER_KEY: ${env:SEARCH_MASTER_KEY}
# missedUpdates:
# handler: src/stats/getMissedUpdates.default
# timeout: 30
Expand Down

0 comments on commit 2d3d9f8

Please sign in to comment.