mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
Merge pull request #34 from codeflash-ai/fix/tessl-app-token
fix: pass CI bot secrets to tessl update workflow
This commit is contained in:
commit
5d02df9890
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tessl-update.yml
vendored
2
.github/workflows/tessl-update.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue