Merge pull request #2623 from codeflash-ai/fix/tessl-app-token

fix: pass CI bot secrets to tessl update workflow
This commit is contained in:
Kevin Turcios 2026-04-23 08:04:55 -05:00 committed by GitHub
commit 1165c25602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,3 +14,5 @@ jobs:
uses: codeflash-ai/github-workflows/.github/workflows/tessl-update.yml@main
secrets:
TESSL_TOKEN: ${{ secrets.TESSL_TOKEN }}
CI_BOT_APP_ID: ${{ secrets.CI_BOT_APP_ID }}
CI_BOT_PRIVATE_KEY: ${{ secrets.CI_BOT_PRIVATE_KEY }}