Skip to content

Commit

Permalink
Merge pull request #4933 from MohamedSabthar/workflow-mig
Browse files Browse the repository at this point in the history
Add codecov token to pull request template workflow
  • Loading branch information
MohamedSabthar authored Oct 16, 2023
2 parents 0c1877c + 654f07f commit 208a272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
- name: Generate Codecov Report
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

windows-build:
name: Build on Windows
Expand Down

0 comments on commit 208a272

Please sign in to comment.