File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2626 R2_URL : ${{ vars.CF_R2_S3_API }}
2727 R2_PUBLIC_URL : " https://element-web-develop.element.io"
2828 steps :
29+ # Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
30+ - uses : unfor19/install-aws-cli-action@v1
31+ with :
32+ version : 2.22.35
33+ verbose : false
34+ arch : amd64
2935 - uses : actions/checkout@v4
3036
3137 - uses : actions/setup-node@v4
@@ -116,9 +122,6 @@ jobs:
116122 env :
117123 AWS_ACCESS_KEY_ID : ${{ secrets.CF_R2_ACCESS_KEY_ID }}
118124 AWS_SECRET_ACCESS_KEY : ${{ secrets.CF_R2_TOKEN }}
119- # Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
120- AWS_REQUEST_CHECKSUM_CALCULATION : WHEN_REQUIRED
121- AWS_RESPONSE_CHECKSUM_VALIDATION : WHEN_REQUIRED
122125
123126 - name : Deploy to Cloudflare Pages
124127 id : cfp
You can’t perform that action at this time.
0 commit comments