Skip to content

Commit

Permalink
bulker: Redshift & S3 support role based authentication WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Nov 26, 2024
1 parent 09bb87f commit 3cb5e07
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ on:
workflow_dispatch:

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
BULKER_TEST_BIGQUERY: ${{ secrets.BULKER_TEST_BIGQUERY }}
# BULKER_TEST_REDSHIFT: ${{ secrets.BULKER_TEST_REDSHIFT }}
BULKER_TEST_REDSHIFT_IAM: ${{ secrets.BULKER_TEST_REDSHIFT_IAM }}
# BULKER_TEST_REDSHIFT: ${{ secrets.BULKER_TEST_REDSHIFT }}
BULKER_TEST_REDSHIFT_SERVERLESS: ${{ secrets.BULKER_TEST_REDSHIFT_SERVERLESS }}
BULKER_TEST_SNOWFLAKE: ${{ secrets.BULKER_TEST_SNOWFLAKE }}
BULKER_TEST_MILLION_ROWS_BATCHED: postgres
Expand All @@ -30,7 +34,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.23.1
go-version: 1.23.3
cache: false

- name: Bulker Test
Expand Down Expand Up @@ -87,4 +91,4 @@ jobs:
# build-args: |
# VERSION=${{ steps.short-sha.outputs.sha }}
# BUILD_TIMESTAMP=${{ steps.vars.outputs.timestamp }}
# tags: jitsucom/bulker:latest,jitsucom/bulker:${{ steps.short-sha.outputs.sha }}
# tags: jitsucom/bulker:latest,jitsucom/bulker:${{ steps.short-sha.outputs.sha }}

0 comments on commit 3cb5e07

Please sign in to comment.