Skip to content

Commit

Permalink
fix: add secrets so we can download across workflows (#3746)
Browse files Browse the repository at this point in the history
add secrets so we can download across workflows

Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller authored Jul 24, 2024
1 parent 9884b2a commit d3d630d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
run-id: ${{ github.event.workflow_run.id }}
path: artifacts
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit d3d630d

Please sign in to comment.