Skip to content

Commit

Permalink
add env for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
amfet42 committed Sep 13, 2023
1 parent 264556e commit c4d8493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: ["push", "pull_request"]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WEB3_ALCHEMY_API_KEY: ${{ secrets.WEB3_ALCHEMY_API_KEY }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}

jobs:
deployment-tests:
Expand Down

0 comments on commit c4d8493

Please sign in to comment.