Skip to content

Commit b764629

Browse files
remove env
1 parent dd68de3 commit b764629

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.env.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#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"
22

33
#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.
4-
DUNE_API_KEY=
5-
DUNE_API_BASE_URL=https://api.dune.com
4+
DUNE_API_KEY=

.github/workflows/push_to_dune.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
- name: Update all queries from Dune, by overwriting queries with repo query text
3030
env:
3131
DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }}
32-
DUNE_API_BASE_URL: ${{ secrets.DUNE_API_BASE_URL }}
3332
run: python -u scripts/push_to_dune.py

.github/workflows/upload_to_dune.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
- name: Update all queries from Dune, by overwriting queries with repo query text
3030
env:
3131
DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }}
32-
DUNE_API_BASE_URL: ${{ secrets.DUNE_API_BASE_URL }}
3332
run: python -u scripts/upload_to_dune.py

0 commit comments

Comments
 (0)