Skip to content

Commit

Permalink
Update token param
Browse files Browse the repository at this point in the history
  • Loading branch information
zugazagoitia committed Feb 5, 2024
1 parent ebef244 commit bcdfb5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
with:
files: "${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml"
verbose: true
token: "${{ secrets.CODECOV_TOKEN }}"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
publish-release:
#TODO Support releases on 5.x
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && github.repository == 'javalin/javalin-ssl'
Expand Down

0 comments on commit bcdfb5a

Please sign in to comment.