Skip to content

Commit

Permalink
remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Feb 4, 2024
1 parent dd68de3 commit b764629
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#copy and paste this file into a .env file to run scripts locally. You will also need to add the DUNE_API_KEY and DUNE_API_BASE_URL into the repo settings under "Secrets and Variables"

#add a dune API key - you can create one under team settings (https://dune.com/settings/teams/manage/{team_name}/api). You must be on the premium plan.
DUNE_API_KEY=
DUNE_API_BASE_URL=https://api.dune.com
DUNE_API_KEY=
1 change: 0 additions & 1 deletion .github/workflows/push_to_dune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
- name: Update all queries from Dune, by overwriting queries with repo query text
env:
DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }}
DUNE_API_BASE_URL: ${{ secrets.DUNE_API_BASE_URL }}
run: python -u scripts/push_to_dune.py
1 change: 0 additions & 1 deletion .github/workflows/upload_to_dune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
- name: Update all queries from Dune, by overwriting queries with repo query text
env:
DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }}
DUNE_API_BASE_URL: ${{ secrets.DUNE_API_BASE_URL }}
run: python -u scripts/upload_to_dune.py

0 comments on commit b764629

Please sign in to comment.