Skip to content

Commit f9fe8d3

Browse files
authored
update CI to use localstack CI auth token
Updated LocalStack step to include authentication token and removed unnecessary docker pull command.
1 parent e08cb3b commit f9fe8d3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ jobs:
6161
cd "$HOME"/bats-core
6262
sudo ./install.sh /usr/local
6363
64-
- name: Start and wait for LocalStack (Community)
64+
- name: Start and wait for LocalStack
6565
timeout-minutes: 10
66+
env:
67+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
6668
run: |
67-
docker pull localstack/localstack:latest
6869
localstack start -d
6970
localstack wait -t 30
7071

0 commit comments

Comments
 (0)