Skip to content

Commit

Permalink
near rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKurrek committed Dec 11, 2024
1 parent f02f6da commit 6551369
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/near-rewards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@ on:
branches: [ main ] # Start on main branch updates

jobs:
track-metrics:
calculate-rewards:
runs-on: ubuntu-latest
permissions:
contents: read
issues: read
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'

- name: Run Metrics Collection
- name: Calculate Rewards
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: ${{ github.repository }}
run: npx near-protocol-rewards track
run: npx near-protocol-rewards calculate

0 comments on commit 6551369

Please sign in to comment.