Skip to content

Commit b729a18

Browse files
authored
Github Action: Adding LocalStack token to Cloud PODs definition. (#289)
1 parent 92def98 commit b729a18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/docs/aws/integrations/continuous-integration/github-actions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ You can preserve your AWS infrastructure with Localstack in various ways.
8686
state-name: <cloud-pod-name>
8787
state-action: load
8888
skip-startup: 'true'
89-
89+
env:
90+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
9091
...
9192
9293
- name: Save the Cloud Pod
@@ -95,6 +96,8 @@ You can preserve your AWS infrastructure with Localstack in various ways.
9596
state-backend: cloud-pods
9697
state-name: <cloud-pod-name>
9798
state-action: save
99+
env:
100+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
98101
...
99102
```
100103

0 commit comments

Comments
 (0)