File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,16 @@ jobs:
113113 echo "$(echo ${os} | tr a-z A-Z)=${version}" >> ${GITHUB_ENV}
114114 fi
115115 - name : Run
116+ env :
117+ GH_TOKEN : ${{ github.token }}
116118 run : |
117119 archery docker run \
118120 -e TEST_DEFAULT="${TEST_DEFAULT}" \
119121 -e TEST_WHEELS="${TEST_WHEELS}" \
120122 -e VERBOSE="${VERBOSE}" \
121123 -e VERIFY_RC="${RC}" \
122124 -e VERIFY_VERSION="${VERSION}" \
125+ -e GH_TOKEN="$GH_TOKEN" \
123126 ${SERVICE}
124127
125128 wheels-macos :
@@ -137,6 +140,8 @@ jobs:
137140 steps :
138141 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139142 - name : Run
143+ env :
144+ GH_TOKEN : ${{ github.token }}
140145 run : |
141146 package_id=${RC_TAG%-rc*}
142147 version=${package_id#apache-arrow-}
@@ -167,6 +172,8 @@ jobs:
167172 shell : bash
168173 run : ci/scripts/download_tz_database.sh
169174 - name : Run verification
175+ env :
176+ GH_TOKEN : ${{ github.token }}
170177 shell : cmd
171178 run : |
172179 dev/release/verify-release-candidate-wheels.bat %VERSION% %RC%
You can’t perform that action at this time.
0 commit comments