Skip to content

Commit 8359e9f

Browse files
Merge pull request #13 from QuantumNeuralCoder/codecov-split
adding gh_token for download-artifact action
2 parents ac0e4ca + ff73a08 commit 8359e9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov-upload.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
permissions:
1010
contents: write
1111
id-token: write
12+
actions: read
1213

1314
jobs:
1415
upload:
@@ -24,6 +25,7 @@ jobs:
2425
with:
2526
name: coverage-artifacts
2627
path: ./coverage
28+
github-token: ${{ secrets.GITHUB_TOKEN }}
2729
repository: ${{ github.repository }}
2830
run-id: ${{ github.event.workflow_run.id }}
2931

0 commit comments

Comments
 (0)