diff --git a/.github/workflows/packages_index.yaml b/.github/workflows/packages_index.yaml index c0bd006..5175350 100644 --- a/.github/workflows/packages_index.yaml +++ b/.github/workflows/packages_index.yaml @@ -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 }}