Skip to content

Commit 128b492

Browse files
authored
Fixed org names (#2)
1 parent 460dfdc commit 128b492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
env:
1818
# kosli commands picks up org, flow, trail and api-token from these environment variables
19-
KOSLI_ORG: kosli
19+
KOSLI_ORG: kosli-public
2020
KOSLI_FLOW: github-release-example-backend
2121
KOSLI_TRAIL: ${{ github.sha }}
2222
KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN }}"

.github/workflows/setup-kosli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
env:
77
# kosli commands picks up org, flow, trail and api-token from these environment variables
8-
KOSLI_ORG: "${{ vars.KOSLI_ORG }}"
8+
KOSLI_ORG: "kosli-public"
99
KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN }}"
1010
KOSLI_CLI_VERSION: "${{ vars.KOSLI_CLI_VERSION }}"
1111
# KOSLI_DRY_RUN: true

0 commit comments

Comments
 (0)