diff --git a/.github/workflows/build-deploy-backend.yml b/.github/workflows/build-deploy-backend.yml index 30636ab..f315ef6 100644 --- a/.github/workflows/build-deploy-backend.yml +++ b/.github/workflows/build-deploy-backend.yml @@ -16,7 +16,7 @@ on: env: # kosli commands picks up org, flow, trail and api-token from these environment variables - KOSLI_ORG: kosli + KOSLI_ORG: kosli-public KOSLI_FLOW: github-release-example-backend KOSLI_TRAIL: ${{ github.sha }} KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN }}" diff --git a/.github/workflows/setup-kosli.yml b/.github/workflows/setup-kosli.yml index 64b7c60..d88792f 100644 --- a/.github/workflows/setup-kosli.yml +++ b/.github/workflows/setup-kosli.yml @@ -5,7 +5,7 @@ on: env: # kosli commands picks up org, flow, trail and api-token from these environment variables - KOSLI_ORG: "${{ vars.KOSLI_ORG }}" + KOSLI_ORG: "kosli-public" KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN }}" KOSLI_CLI_VERSION: "${{ vars.KOSLI_CLI_VERSION }}" # KOSLI_DRY_RUN: true