Update packages_index.yaml

This commit is contained in:
Michael Telatynski 2022-11-29 10:04:33 +00:00 committed by GitHub
parent 4e0d1b1497
commit 7f7069b326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ jobs:
- name: Copy static files
if: github.event_name == 'push'
run: aws s3 cp --recursive package packages.element.io/ s3://$R2_BUCKET/ --endpoint-url $R2_URL --region auto
run: aws s3 cp --recursive packages.element.io/ s3://$R2_BUCKET/ --endpoint-url $R2_URL --region auto
env:
AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }}