Skip to content

Commit 23ba022

Browse files
committed
minor: replace LOCALSTACK_API_KEY with LOCALSTACK_AUTH_TOKEN
1 parent cdcc0f3 commit 23ba022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Start up LocalStack Snowflake
161161
env:
162-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
162+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
163163
run: |
164164
image_name=localstack/snowflake
165165
# image_name=whummer/snowflake-tmp

0 commit comments

Comments
 (0)