Skip to content

Commit

Permalink
Refs #20843: Remove unsupported github_token option for upload artifact
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
  • Loading branch information
EduPonz committed Jun 13, 2024
1 parent 05ebf71 commit 976d703
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ubuntu/flakiness_report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ runs:
with:
name: ${{ inputs.junit_archive_artifact }}
path: junit_archive
github_token: ${{ inputs.github_token }}

- name: Upload JSON report
id: upload_json_report
Expand All @@ -96,4 +95,3 @@ runs:
with:
name: ${{ inputs.junit_archive_artifact }}_json
path: flaky_tests.json
github_token: ${{ inputs.github_token }}
2 changes: 0 additions & 2 deletions windows/flakiness_report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ runs:
with:
name: ${{ inputs.junit_archive_artifact }}
path: junit_archive
github_token: ${{ inputs.github_token }}

- name: Upload JSON report
id: upload_json_report
Expand All @@ -94,4 +93,3 @@ runs:
with:
name: ${{ inputs.junit_archive_artifact }}_json
path: flaky_tests.json
github_token: ${{ inputs.github_token }}

0 comments on commit 976d703

Please sign in to comment.