Skip to content

Commit 4281cbd

Browse files
committed
found another one
1 parent 77b1205 commit 4281cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_extension_archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
AWS_ACCESS_KEY_ID: ${{ secrets.DUCKDB_COMMUNITY_EXTENSION_S3_ID }}
4242
AWS_SECRET_ACCESS_KEY: ${{ secrets.DUCKDB_COMMUNITY_EXTENSION_S3_SECRET }}
43-
AWS_DEFAULT_REGION: ${{ secrets.S3_DUCKDB_ORG_REGION }}
43+
AWS_ENDPOINT_URL: ${{ secrets.DUCKDB_COMMUNITY_EXTENSION_S3_ENDPOINT }}
4444
BUCKET_NAME: duckdb-community-extensions
4545
PIP_BREAK_SYSTEM_PACKAGES: 1
4646
run: |

0 commit comments

Comments
 (0)