Skip to content

Commit

Permalink
CI: change from master to main in reusable-actions-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 17, 2022
1 parent b7ffdd8 commit a550dbf
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]
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 a550dbf

Please sign in to comment.