Skip to content

Node22

Node22 #10

Workflow file for this run

##################################################
### Visit https://github.com/tinybirdco/ci ###
### for more details or custom CI/CD ###
##################################################
name: Tinybird - CI Workflow
on:
workflow_dispatch:
pull_request:
branches:
- main
- master
types: [opened, reopened, labeled, unlabeled, synchronize]
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }}
jobs:
ci: # ci using environments from workspace 'commerce'
uses: tinybirdco/ci/.github/workflows/[email protected]
with:
data_project_dir: ./data-project
secrets:
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }} # set admin token associated to an account in GitHub secrets
tb_host: https://api.tinybird.co