diff --git a/.github/workflows/update_to_dune.yml b/.github/workflows/update_to_dune.yml index cb73dd3..cf1f3a3 100644 --- a/.github/workflows/update_to_dune.yml +++ b/.github/workflows/update_to_dune.yml @@ -27,7 +27,7 @@ jobs: - name: Update all queries from Dune env: DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }} - run: python -u github_workflows/update_to_dune.py + run: python -u scripts/update_to_dune.py - name: Print name run: echo "Hello ${{ secrets.ENV_TEST }}" \ No newline at end of file