Skip to content

Commit

Permalink
Add token to github artifact download
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 65a662b commit 954b4e1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/codecov-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,19 @@ jobs:
- name: Download Workflow Info
uses: actions/download-artifact@v4
with:
<<<<<<< Updated upstream
name: workflow-info
=======
<<<<<<< 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
>>>>>>> Stashed changes
run-id: ${{ github.event.workflow_run.id }}
- name: Set Environment Variables from JSON
run: |
Expand All @@ -34,6 +46,15 @@ jobs:
- name: Download Coverage Artifacts
uses: actions/download-artifact@v4
with:
<<<<<<< Updated upstream
=======
<<<<<<< Updated upstream
# Needed for cross workflow downloading
=======
# Needed for cross run downloading
>>>>>>> Stashed changes
github-token: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> Stashed changes
path: ./coverage-reports
pattern: coverage-reports-*
run-id: ${{ github.event.workflow_run.id }}
Expand Down

0 comments on commit 954b4e1

Please sign in to comment.