Skip to content

Commit

Permalink
Add API keys to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elvijsTDL committed Mar 4, 2024
1 parent a6a4a39 commit 4681367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/daily-slack-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
BSCSCAN_API_KEY: ${{ secrets.BSCSCAN_API_KEY }}
CELOSCAN_API_KEY: ${{ secrets.CELOSCAN_API_KEY }}
GNOSISSCAN_API_KEY: ${{ secrets.GNOSISSCAN_API_KEY}}
ZKEVM_POLYGONSCAN_API_KEY: ${{ secrets.ZKEVM_POLYGONSCAN_API_KEY }}
BASESCAN_API_KEY: ${{ secrets.BASESCAN_API_KEY}}
SCROLLSCAN_API_KEY: ${{ secrets.SCROLLSCAN_API_KEY}}

0 comments on commit 4681367

Please sign in to comment.