Skip to content

Commit

Permalink
Merge pull request #13 from cyber-dojo/single-ci-workflow
Browse files Browse the repository at this point in the history
Use single CI workflow
  • Loading branch information
JonJagger committed Mar 21, 2024
2 parents c0a23cd + cf7bf78 commit c2b2892
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 547 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
run:
kosli attest pullrequest github
--github-token=${{ secrets.GITHUB_TOKEN }}
--name=saver.pull-request
--name=pull-request


# lint:
Expand Down Expand Up @@ -298,7 +298,6 @@ jobs:
IMAGE_TAG: ${{ needs.kosli-trail.outputs.image_tag }}
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
KOSLI_API_TOKEN_STAGING: ${{ secrets.KOSLI_API_TOKEN_STAGING }}


approve-deployment-to-prod:
Expand Down Expand Up @@ -334,4 +333,3 @@ jobs:
IMAGE_TAG: ${{ needs.kosli-trail.outputs.image_tag }}
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
KOSLI_API_TOKEN_STAGING: ${{ secrets.KOSLI_API_TOKEN_STAGING }}
375 changes: 0 additions & 375 deletions .github/workflows/main_staging.yml

This file was deleted.

0 comments on commit c2b2892

Please sign in to comment.