Skip to content

Commit

Permalink
CI: set default for KOSLI_HOST in sub_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 8, 2023
1 parent 0958752 commit cd9d210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
KOSLI_HOST: ${{ vars.KOSLI_HOST }}
IMAGE_TAG: ${{ needs.variables.outputs.image_tag }}

sdlc-gate:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sub_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
required: true
inputs:
KOSLI_HOST:
required: true
default: https://app.kosli.com
required: false
type: string
IMAGE_TAG:
required: true
Expand Down

0 comments on commit cd9d210

Please sign in to comment.