Skip to content

Commit 51a537b

Browse files
committed
add cd
1 parent 4608010 commit 51a537b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tinybird-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- name: Install Tinybird CLI
1919
run: curl -LsSf https://api.tinybird.co/static/install.sh | sh
20+
- name: Authenticate
21+
run: tb auth --host https://api.europe-west2.gcp.tinybird.co --token ${{ secrets.TB_ADMIN_TOKEN }}
2022
- name: Deploy project
2123
run: tb --cloud deploy --no-wait

0 commit comments

Comments
 (0)