Skip to content

Commit

Permalink
chore(ci): logs params for debugging on gh
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Jan 2, 2025
1 parent b0cd176 commit 37f5c91
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ jobs:
uses: kurocado-studio/styleguide/.github/workflows/workflow.document.yml@main
secrets: inherit

release:
needs: test
uses: kurocado-studio/styleguide/.github/workflows/workflow.release.yml@main
secrets: inherit
with:
branch_name: ${{ github.ref_name }}

deploy:
needs: release
needs: test
uses: kurocado-studio/styleguide/.github/workflows/workflow.deploy.yml@main
with:
branch_name: ${{ github.ref_name }}
secrets:
fly_api_token: ${{ secrets.FLY_API_TOKEN }}

release:
needs: deploy
uses: kurocado-studio/styleguide/.github/workflows/workflow.release.yml@main
secrets: inherit
with:
branch_name: ${{ github.ref_name }}

0 comments on commit 37f5c91

Please sign in to comment.