Skip to content

Commit

Permalink
fix: add github token to the braintrust
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 22, 2024
1 parent 799ddbb commit bc5ca4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/evals-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
name: Run evals
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
write-all

steps:
- uses: actions/setup-node@v4
Expand All @@ -31,6 +29,7 @@ jobs:
- name: Run Evals
uses: braintrustdata/eval-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
api_key: ${{ secrets.BRAINTRUST_API_KEY }}
runtime: node
root: evals

0 comments on commit bc5ca4e

Please sign in to comment.