Skip to content

Commit

Permalink
adicionando variaveis de ambiente
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandes-natanael committed Dec 11, 2023
1 parent 9ca6095 commit 6a17a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
URL_USER_SERVICE: ${{ secrets.URL_USER_SERVICE }}
URL_PRNTER_SERVICE: ${{ secrets.URL_PRINTER_SERVICE }}
URL_SCHEDULER_SERVICE: ${{ secrets.URL_SCHEDULER_SERVICE }}
URL_USER_SERVICE: ${{secrets.URL_USER_SERVICE}}
URL_PRNTER_SERVICE: ${{secrets.URL_PRINTER_SERVICE}}
URL_SCHEDULER_SERVICE: ${{secrets.URL_SCHEDULER_SERVICE}}

- name: Envia cobertura para o Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 6a17a24

Please sign in to comment.