Skip to content

Commit

Permalink
Workflow branch is now called main
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Mar 26, 2023
1 parent a7deefa commit 909f859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
build-test-push:
needs: [pre-build]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_build_test_push.yml@master
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_build_test_push.yml@main
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
Expand All @@ -36,7 +36,7 @@ jobs:

deploy-staging:
needs: [pre-build, build-test-push]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@master
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@main
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
Expand All @@ -52,7 +52,7 @@ jobs:

deploy-prod:
needs: [pre-build, build-test-push, deploy-staging]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@master
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@main
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
Expand Down

0 comments on commit 909f859

Please sign in to comment.