Skip to content

Commit 3bff5df

Browse files
authored
update CI to use auth token (#30)
1 parent 28716a4 commit 3bff5df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/smoke.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ jobs:
4040
python-version: "3.11"
4141
- name: Start LocalStack
4242
uses: LocalStack/setup-localstack@v0.2.5
43-
with:
44-
image-tag: 'latest'
45-
install-awslocal: 'true'
43+
env:
44+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
4645
- name: Install the package
4746
run: |
4847
make setup-venv

0 commit comments

Comments
 (0)