We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ba485 commit da89dd2Copy full SHA for da89dd2
.github/workflows/tinybird-ci.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: Test project
36
run: tb test run
37
- name: Deployment check
38
- run: tb --cloud --host ${{ TINYBIRD_HOST }} --token ${{ TINYBIRD_TOKEN }} deploy --check
+ run: tb --cloud --host ${{ env.TINYBIRD_HOST }} --token ${{ env.TINYBIRD_TOKEN }} deploy --check
0 commit comments