Skip to content

Commit a80c996

Browse files
committed
fix: add permissions to tessl update caller workflow
1 parent 279ec47 commit a80c996

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)