Skip to content

Commit

Permalink
la de da
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Nov 28, 2023
1 parent 8c9a047 commit 789a7aa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/push_to_dune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
- name: pip requirements
run: pip install -r requirements.txt

- name: Update all queries from Dune
- name: Update all queries from Dune, by overwriting queries with repo query text
env:
DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }}
run: python -u scripts/update_to_dune.py

- name: Print name
run: echo "Hello ${{ secrets.ENV_TEST }}"
run: python -u scripts/push_to_dune.py

0 comments on commit 789a7aa

Please sign in to comment.