Skip to content

Commit 2780efb

Browse files
authored
fix(ci): Add API key to cloud pods pipeline (#16)
1 parent 357cb24 commit 2780efb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ jobs:
5050
with:
5151
name: cloud-pods-test
5252
action: save
53+
env:
54+
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}

0 commit comments

Comments
 (0)