Skip to content

Commit

Permalink
WF fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Sep 7, 2024
1 parent b951bb1 commit 9f77a63
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,21 @@ jobs:

uses: milaboratory/github-ci-internal/.github/workflows/node-docker-simple-fast-pnpm.yaml@v4
with:
app-name: Samples & Data
app-name-slug: 'block-samples-and-data'
app-name: MiXCR Clonotyping
app-name-slug: 'block-mixcr-clonotyping'
notify-telegram: true

node-version: '20.x'
always-auth: 'true'

build-script-name: 'build'

test: true
test-script-name: 'test'


secrets:
env: |
{ "PL_LICENSE": ${{ toJSON(secrets.MI_LICENSE) }} }
TELEGRAM_NOTIFICATION_TARGET: ${{ secrets.TG_CHANNEL_MIBUILDS }}
TELEGRAM_API_TOKEN: ${{ secrets.TG_CI_BOT_TOKEN }}

0 comments on commit 9f77a63

Please sign in to comment.