Skip to content

Commit

Permalink
update reusable workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed Aug 17, 2023
1 parent 97d056e commit aee2f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

deploy-staging:
needs: [pre-build, build-test-push]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].1
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].2
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/[email protected].1
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].2
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
Expand Down

0 comments on commit aee2f00

Please sign in to comment.