Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 22, 2024
1 parent 7d52ebb commit a5825e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/evals-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@ on:
pull_request:

permissions:
pull-requests: write
contents: read
pull-requests: write
checks: write
statuses: write

jobs:
eval:
name: Run evals
runs-on: ubuntu-latest
permissions:
write-all
contents: read
pull-requests: write
checks: write
statuses: write

steps:
- uses: actions/setup-node@v4
Expand Down

0 comments on commit a5825e0

Please sign in to comment.