Merge pull request #2622 from codeflash-ai/fix/tessl-caller-permissions

fix: add permissions to tessl update caller workflow
This commit is contained in:
Kevin Turcios 2026-04-23 07:50:41 -05:00 committed by GitHub
commit 07d2d97ba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,10 @@ on:
- cron: "0 9 * * 1" # Weekly on Monday at 9am UTC
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
tessl:
uses: codeflash-ai/github-workflows/.github/workflows/tessl-update.yml@main