File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 name : Generate nightly build artifact json file
3636 runs-on : ubuntu-latest
3737 env :
38+ AWS_ENDPOINT_URL : ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
3839 AWS_ACCESS_KEY_ID : ${{ secrets.S3_DUCKDB_STAGING_ID }}
3940 AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_DUCKDB_STAGING_KEY }}
40- AWS_DEFAULT_REGION : us-east-2
4141 outputs :
4242 CURR_DATE : ${{ steps.curr-date.outputs.CURR_DATE }}
4343 matrix : ${{ steps.set-outputs.outputs.matrix }}
@@ -120,9 +120,9 @@ jobs:
120120 - get-run-info
121121 - run-tests
122122 env :
123+ AWS_ENDPOINT_URL : ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
123124 AWS_ACCESS_KEY_ID : ${{ secrets.S3_DUCKDB_STAGING_ID }}
124125 AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_DUCKDB_STAGING_KEY }}
125- AWS_DEFAULT_REGION : us-east-2
126126 steps :
127127 - name : Checkout repo
128128 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments