Skip to content

Commit acccf86

Browse files
authored
Fix r2 upload for m1 wheels (#9266)
1 parent 167730b commit acccf86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-wheels-m1.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ jobs:
5050
runner-type: macos-m1-stable
5151
smoke-test-script: ${{ matrix.smoke-test-script }}
5252
trigger-event: ${{ github.event_name }}
53+
secrets:
54+
R2_ACCOUNT_ID: ${{ secrets.R2_ACCOUNT_ID }}
55+
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
56+
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)