Skip to content

Commit c15a78a

Browse files
committed
fix: added permissions
1 parent 1e96b2e commit c15a78a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/example-local-actions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
push:
77
branches: [main]
88

9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
issues: write
13+
914
jobs:
1015
# Run evaluations using local action
1116
run-evaluations:
@@ -38,7 +43,7 @@ jobs:
3843
langsmith-api-key: ${{ secrets.LANGSMITH_API_KEY }}
3944
test-command: 'pytest tests/offline_evals/ -m evaluator --verbose'
4045
max-concurrency: '5'
41-
fail-on-threshold: 'true'
46+
fail-on-threshold: 'false'
4247
environment-variables: |
4348
{
4449
"OPENAI_API_KEY": "${{ secrets.OPENAI_API_KEY }}",

0 commit comments

Comments
 (0)