We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf03f0e commit cd130fdCopy full SHA for cd130fd
.github/workflows/release.yml
@@ -313,6 +313,10 @@ jobs:
313
uses: ./.github/actions/publish_debug_symbols
314
env:
315
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 }}
320
with:
321
version: ${{ needs.create_release.outputs.version }}
322
target: ${{ matrix.target }}
0 commit comments