fix: add permissions to tessl update caller workflow
This commit is contained in:
parent
01dc370d09
commit
fa1b5ece4e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/tessl-update.yml
vendored
4
.github/workflows/tessl-update.yml
vendored
|
|
@ -5,6 +5,10 @@ on:
|
||||||
- cron: "0 9 * * 1" # Weekly on Monday at 9am UTC
|
- cron: "0 9 * * 1" # Weekly on Monday at 9am UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tessl:
|
tessl:
|
||||||
uses: codeflash-ai/github-workflows/.github/workflows/tessl-update.yml@main
|
uses: codeflash-ai/github-workflows/.github/workflows/tessl-update.yml@main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue