fix: add permissions to tessl update caller workflow

This commit is contained in:
Kevin Turcios 2026-04-23 07:49:56 -05:00
parent 01dc370d09
commit fa1b5ece4e

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