Skip to content

Commit

Permalink
inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmmolina committed Jul 14, 2024
1 parent cfcaf20 commit 601ec23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ on:

jobs:
coverage:
name: Run
name: Check
uses: postech-5soat-grupo-25/tech-challenge-templates/.github/workflows/code-coverage.yml@main
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ on:

jobs:
quality:
name: Run
name: Check
uses: postech-5soat-grupo-25/tech-challenge-templates/.github/workflows/code-quality.yml@main
secrets:
sonarcloud_token: ${{ secrets.SONARCLOUD_TOKEN }}
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ on:

jobs:
tests:
name: Run
name: Check
uses: postech-5soat-grupo-25/tech-challenge-templates/.github/workflows/unit-tests.yml@main

0 comments on commit 601ec23

Please sign in to comment.