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

Merge pull request #320 from balancer/gha-biweekly-fees-1775731444 #5

Merge pull request #320 from balancer/gha-biweekly-fees-1775731444

Merge pull request #320 from balancer/gha-biweekly-fees-1775731444 #5

name: Trigger Dune Revenue Upload
on:
push:
branches:
- biweekly-runs
paths:
- "fee_allocator/summaries/*.json"
permissions: {}
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger dune revenue upload
run: |
gh api repos/${{ secrets.DUNE_UPLOAD_REPO }}/dispatches \
-f event_type=recon-updated
env:
GH_TOKEN: ${{ secrets.DUNE_UPLOAD_TOKEN }}