We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4608010 commit 51a537bCopy full SHA for 51a537b
.github/workflows/tinybird-cd.yml
@@ -17,5 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- name: Install Tinybird CLI
19
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 }}
22
- name: Deploy project
23
run: tb --cloud deploy --no-wait
0 commit comments