Skip to content

Commit b62e04e

Browse files
committed
Move location of packages: write
1 parent d0bd9f6 commit b62e04e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,13 +334,13 @@ jobs:
334334
needs: check-labels
335335
name: ODBC
336336
runs-on: windows-2022
337+
permissions:
338+
packages: write
337339
if: >-
338340
needs.check-labels.outputs.force == 'true' ||
339341
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
340342
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
341343
timeout-minutes: 240
342-
permissions:
343-
packages: write
344344
env:
345345
ARROW_BUILD_SHARED: ON
346346
ARROW_BUILD_STATIC: OFF

0 commit comments

Comments
 (0)