Skip to content

Commit

Permalink
update env.sample and pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Nov 13, 2024
1 parent b3b1b0e commit e0d080a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ DUNE_API_KEY=

# Safe Transaction Service Requirements.
SAFE_ADDRESS=0xA03be496e67Ec29bC62F01a428683D7F9c204930
INFURA_KEY=
NETWORK=mainnet
PROPOSER_PK=

NODE_URL=

# Slack Bot Credentials
SLACK_TOKEN=
SLACK_CHANNEL=
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ jobs:
- name: Unit Tests
run:
python -m pytest tests/unit
env:
# We make a rinkeby request in one unit test
INFURA_KEY: ${{ secrets.INFURA_KEY }}

0 comments on commit e0d080a

Please sign in to comment.