Skip to content

Commit 53106af

Browse files
committed
[SPARK-50633][FOLLOWUP] Use oidc for token verification
1 parent f0f850d commit 53106af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,8 @@ jobs:
548548
SKIP_PACKAGING: true
549549
METASPACE_SIZE: 1g
550550
BRANCH: ${{ inputs.branch }}
551+
permissions:
552+
id-token: write
551553
steps:
552554
- name: Checkout Spark repository
553555
uses: actions/checkout@v4
@@ -622,6 +624,7 @@ jobs:
622624
uses: codecov/codecov-action@v5
623625
with:
624626
files: ./python/coverage.xml
627+
use_oidc: true
625628
token: ${{ secrets.CODECOV_TOKEN }}
626629
flags: unittests
627630
name: PySpark

0 commit comments

Comments
 (0)