Skip to content

Commit

Permalink
CI: delete dead yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 7, 2023
1 parent aba2bb7 commit 1efb3be
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@ jobs:
deploy:
needs: [setup-ci-vars, sdlc-gate]
uses: cyber-dojo/shas/.github/workflows/sub_deploy.yml@main
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}
with:
KOSLI_DRY_RUN: ${{ needs.setup-ci-vars.outputs.kosli_dry_run }}
KOSLI_CLI_VERSION: ${{ needs.setup-ci-vars.outputs.kosli_cli_version }}
KOSLI_HOST: ${{ needs.setup-ci-vars.outputs.kosli_host }}
KOSLI_ORG: ${{ needs.setup-ci-vars.outputs.kosli_org }}
KOSLI_FLOW: ${{ needs.setup-ci-vars.outputs.kosli_flow }}
IMAGE_TAG: ${{ needs.setup-ci-vars.outputs.image_tag }}

0 comments on commit 1efb3be

Please sign in to comment.