diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37e5893..76d3586 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: S3_API_SECRET_KEY: ${{ secrets.S3_API_SECRET_KEY }} S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }} S3_REGION_NAME: ${{ secrets.S3_REGION_NAME }} - S3_ENDPOINT_URL: ${{ secrets.S3_ENDPOINT_URL }} + S3_ENDPOINT_URL: ${{ secrets.S3_UPLOAD_TEST_ENDPOINT_URL }} - name: Publish coverage if: matrix.type == 'sources' && github.event_name == 'push'