Skip to content

Commit

Permalink
add discord env var
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Jul 25, 2024
1 parent 3286d9f commit 750fd0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
ARBITRUM_RPC: ${{ secrets.ARBITRUM_RPC }}
SOLANA_RPC: ${{ secrets.SOLANA_RPC }}
RSK_RPC: ${{ secrets.RSK_RPC }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ provider:
ARBITRUM_RPC: ${env:ARBITRUM_RPC}
SOLANA_RPC: ${env:SOLANA_RPC}
RSK_RPC: ${env:RSK_RPC}
DISCORD_WEBHOOK: ${env:DISCORD_WEBHOOK}

functions:
bridgeDayStats:
Expand Down

0 comments on commit 750fd0a

Please sign in to comment.