Skip to content

Commit e214ff7

Browse files
authored
Merge pull request #2117 from codeflash-ai/fix/tessl-app-token
fix: pass CI bot secrets to tessl update workflow
2 parents 259742d + 7632ab6 commit e214ff7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tessl-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
uses: codeflash-ai/github-workflows/.github/workflows/tessl-update.yml@main
1515
secrets:
1616
TESSL_TOKEN: ${{ secrets.TESSL_TOKEN }}
17+
CI_BOT_APP_ID: ${{ secrets.CI_BOT_APP_ID }}
18+
CI_BOT_PRIVATE_KEY: ${{ secrets.CI_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)