Skip to content

Commit 976d703

Browse files
committed
Refs #20843: Remove unsupported github_token option for upload artifact
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent 05ebf71 commit 976d703

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

ubuntu/flakiness_report/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ runs:
8787
with:
8888
name: ${{ inputs.junit_archive_artifact }}
8989
path: junit_archive
90-
github_token: ${{ inputs.github_token }}
9190

9291
- name: Upload JSON report
9392
id: upload_json_report
@@ -96,4 +95,3 @@ runs:
9695
with:
9796
name: ${{ inputs.junit_archive_artifact }}_json
9897
path: flaky_tests.json
99-
github_token: ${{ inputs.github_token }}

windows/flakiness_report/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ runs:
8585
with:
8686
name: ${{ inputs.junit_archive_artifact }}
8787
path: junit_archive
88-
github_token: ${{ inputs.github_token }}
8988

9089
- name: Upload JSON report
9190
id: upload_json_report
@@ -94,4 +93,3 @@ runs:
9493
with:
9594
name: ${{ inputs.junit_archive_artifact }}_json
9695
path: flaky_tests.json
97-
github_token: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)