Skip to content

Commit

Permalink
fix: remove unused env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Oct 20, 2024
1 parent 3452990 commit 2463a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
update-weights:
runs-on: ubuntu-latest
environment: eth-global-sf
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INFURA_KEY: ${{ secrets.INFURA_KEY }}
INFURA_API_URL: ${{ secrets.INFURA_API_URL }}
HOT_WALLET_ADDRESS: ${{ secrets.HOT_WALLET_ADDRESS }}
HOT_WALLET_PRIVATE_KEY: ${{ secrets.HOT_WALLET_PRIVATE_KEY }}
Expand Down

0 comments on commit 2463a82

Please sign in to comment.