fix: add permissions to tessl update caller workflow

This commit is contained in:
Kevin Turcios 2026-04-23 07:49:54 -05:00
parent 10ec11c25a
commit b0bf17b0ee

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