Skip to content

Commit cd130fd

Browse files
authored
ci: fix missing token for publish dbg (#19070)
1 parent cf03f0e commit cd130fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ jobs:
313313
uses: ./.github/actions/publish_debug_symbols
314314
env:
315315
GH_TOKEN: ${{ github.token }}
316+
AWS_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
317+
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
318+
AWS_DEFAULT_REGION: auto
319+
AWS_ENDPOINT_URL: ${{ secrets.R2_ENDPOINT_URL }}
316320
with:
317321
version: ${{ needs.create_release.outputs.version }}
318322
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)