Skip to content

Commit dbe36b6

Browse files
Moving staging to CF (#144)
2 parents ab5c5af + fceda46 commit dbe36b6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,12 @@ jobs:
132132
path: artifacts/
133133
merge-multiple: true
134134

135-
- name: Authenticate with AWS
136-
uses: aws-actions/configure-aws-credentials@v4
137-
with:
138-
aws-region: 'us-east-2'
139-
aws-access-key-id: ${{ secrets.S3_DUCKDB_STAGING_ID }}
140-
aws-secret-access-key: ${{ secrets.S3_DUCKDB_STAGING_KEY }}
141-
142135
- name: Upload Artifacts
136+
env:
137+
AWS_ENDPOINT_URL: ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
138+
AWS_ACCESS_KEY_ID: ${{ secrets.S3_DUCKDB_STAGING_ID }}
139+
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_DUCKDB_STAGING_KEY }}
140+
143141
run: |
144142
aws s3 cp artifacts ${{ needs.workflow_state.outputs.s3_url }} --recursive
145143

0 commit comments

Comments
 (0)