Skip to content

Commit 65cb8c2

Browse files
committed
Use auth token
1 parent bf55f78 commit 65cb8c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint/Test
1+
name: LSTK CI
22

33
on:
44
push:
@@ -82,6 +82,7 @@ jobs:
8282
run: make test-integration
8383
env:
8484
CREATE_JUNIT_REPORT: "true"
85+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
8586

8687
- name: Upload test results
8788
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)