Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 1fff7ab

Browse files
Merge pull request #1 from RDI-Foundation/rishi/gh_app_workflow
Add GitHub Actions workflow for assessment
2 parents 4c9e876 + 32deaf6 commit 1fff7ab

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Run Assessment
2+
3+
on:
4+
push:
5+
paths:
6+
- 'scenario.toml'
7+
workflow_dispatch:
8+
9+
jobs:
10+
evaluate:
11+
uses: RDI-Foundation/agentbeats-leaderboard-template/.github/workflows/runner.yml@main
12+
with:
13+
leaderboard_repo: 'RDI-Foundation/agentbeats-leaderboard-template'
14+
scenario_file: 'scenario.toml'
15+
secrets:
16+
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
17+
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}

0 commit comments

Comments
 (0)