Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 4c6fe79

Browse files
Merge pull request #41 from BalancerMaxis/fix/add-graph-api-key
ci: add graph api key
2 parents c54c79a + 6843b73 commit 4c6fe79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/collect_fees.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Collect fees
2424
env:
2525
DRPC_KEY: ${{ secrets.DRPC_KEY }}
26+
GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }}
2627
run: |
2728
pwd
2829
end_day=${{ github.event.inputs.end_day }}

0 commit comments

Comments
 (0)