We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92def98 commit b729a18Copy full SHA for b729a18
src/content/docs/aws/integrations/continuous-integration/github-actions.md
@@ -86,7 +86,8 @@ You can preserve your AWS infrastructure with Localstack in various ways.
86
state-name: <cloud-pod-name>
87
state-action: load
88
skip-startup: 'true'
89
-
+ env:
90
+ LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
91
...
92
93
- name: Save the Cloud Pod
@@ -95,6 +96,8 @@ You can preserve your AWS infrastructure with Localstack in various ways.
95
96
state-backend: cloud-pods
97
98
state-action: save
99
100
101
102
```
103
0 commit comments