From ff73a088244806fef130fb091d4f923eda73d3ac Mon Sep 17 00:00:00 2001 From: QuantumNeuralCoder <163458725+QuantumNeuralCoder@users.noreply.github.com> Date: Wed, 14 May 2025 15:09:29 -0700 Subject: [PATCH] adding gh_token for download-artifact action --- .github/workflows/codecov-upload.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codecov-upload.yml b/.github/workflows/codecov-upload.yml index 1a66075bde6fc..077383707481e 100644 --- a/.github/workflows/codecov-upload.yml +++ b/.github/workflows/codecov-upload.yml @@ -9,6 +9,7 @@ on: permissions: contents: write id-token: write + actions: read jobs: upload: @@ -24,6 +25,7 @@ jobs: with: name: coverage-artifacts path: ./coverage + github-token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }} run-id: ${{ github.event.workflow_run.id }}