Skip to content

Commit

Permalink
Add github token to codecov publish
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Nov 15, 2024
1 parent a5f7f7e commit ef597b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codecov-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ jobs:
- name: Download Workflow Info
uses: actions/download-artifact@v4
with:
<<<<<<< Updated upstream
# Needed for cross workflow downloading
github-token: ${{ secrets.GITHUB_TOKEN }}
name: workflow_info
=======
# Needed for cross run downloading
github-token: ${{ secrets.GITHUB_TOKEN }}
name: workflow-info
>>>>>>> Stashed changes
run-id: ${{ github.event.workflow_run.id }}
- name: Set Environment Variables from JSON
run: |
Expand All @@ -36,7 +42,11 @@ jobs:
- name: Download Coverage Artifacts
uses: actions/download-artifact@v4
with:
<<<<<<< Updated upstream
# Needed for cross workflow downloading
=======
# Needed for cross run downloading
>>>>>>> Stashed changes
github-token: ${{ secrets.GITHUB_TOKEN }}
path: ./coverage-reports
pattern: coverage-reports-*
Expand Down

0 comments on commit ef597b9

Please sign in to comment.