Switch to live R2 bucket for github actions packaging (#588)

This commit is contained in:
Michael Telatynski
2023-03-23 15:17:07 +00:00
committed by GitHub
parent 1654030c5f
commit f8d331c656
3 changed files with 4 additions and 8 deletions

View File

@@ -24,8 +24,7 @@ jobs:
environment: packages.element.io
runs-on: ubuntu-latest
env:
# XXX: UPDATE THIS BEFORE WHEN GOING LIVE
R2_BUCKET: "packages-element-io-test"
R2_BUCKET: "packages-element-io"
R2_DB_BUCKET: packages-element-io-db
R2_URL: ${{ secrets.CF_R2_S3_API }}
steps: