Skip to content

Commit

Permalink
ci: fix KOSLI_HOST parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed Apr 3, 2024
1 parent 31258d1 commit 0276aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/attest_beta_artifacts.yml
Expand Up @@ -11,7 +11,7 @@ env:
KOSLI_ORG: ${{ vars.KOSLI_ORG }}
KOSLI_FLOW: ${{ vars.KOSLI_FLOW_TF }}
KOSLI_TRAIL: ${{ github.sha }}
KOSLI_HOST: "https://app.kosli.com"
KOSLI_HOST: ${{ vars.KOSLI_HOST }}


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/attest_prod_artifacts.yml
Expand Up @@ -11,7 +11,7 @@ env:
KOSLI_ORG: ${{ vars.KOSLI_ORG }}
KOSLI_FLOW: ${{ vars.KOSLI_FLOW_TF }}
KOSLI_TRAIL: ${{ github.sha }}
KOSLI_HOST: "https://app.kosli.com"
KOSLI_HOST: ${{ vars.KOSLI_HOST }}


jobs:
Expand Down

0 comments on commit 0276aa1

Please sign in to comment.