Skip to content

Commit 1baa14e

Browse files
committed
Test that we can report to us server
1 parent 162aaa9 commit 1baa14e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/setup-kosli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ on:
66
env:
77
# kosli commands picks up org, flow, trail and api-token from these environment variables
88
KOSLI_ORG: "${{ vars.KOSLI_ORG }}"
9-
KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN }}"
9+
KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN_US }}"
1010
KOSLI_CLI_VERSION: "${{ vars.KOSLI_CLI_VERSION }}"
1111
KOSLI_ENV_DEV: "${{ vars.KOSLI_ENV_DEV }}"
1212
KOSLI_ENV_STAGING: "${{ vars.KOSLI_ENV_STAGING }}"
1313
KOSLI_ENV_PROD: "${{ vars.KOSLI_ENV_PROD }}"
14+
KOSLI_HOST: "https://app.us.kosli.com"
1415
# KOSLI_DRY_RUN: true
1516

1617
jobs:

0 commit comments

Comments
 (0)