Skip to content

Commit

Permalink
fix: update permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 22, 2024
1 parent b42429b commit 799ddbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/evals-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ permissions: write-all

jobs:
eval:
permissions: write-all
name: Run evals
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write

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

0 comments on commit 799ddbb

Please sign in to comment.