Skip to content

Commit 259742d

Browse files
authored
Merge pull request #2116 from codeflash-ai/fix/tessl-caller-permissions
fix: add permissions to tessl update caller workflow
2 parents 279ec47 + a80c996 commit 259742d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tessl-update.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- cron: "0 9 * * 1" # Weekly on Monday at 9am UTC
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
tessl:
1014
uses: codeflash-ai/github-workflows/.github/workflows/tessl-update.yml@main

0 commit comments

Comments
 (0)