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 11c36bd commit 1925990Copy full SHA for 1925990
.github/workflows/iterating_api_endpoint_ci.yml
@@ -20,9 +20,10 @@
20
21
jobs:
22
ci: # ci using environments from workspace 'iterating_api_endpoint'
23
- uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0
+ uses: tinybirdco/ci/.github/workflows/ci.yml@support-env
24
with:
25
data_project_dir: iterating_api_endpoint
26
+ tb_env: test
27
secrets:
28
tb_admin_token: ${{ secrets.ITERATING_API_ENDPOINT_TOKEN }} # set the Workspace admin token in GitHub secrets
29
tb_host: https://api.tinybird.co
0 commit comments