Skip to content

Commit 5e5b515

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent ac8236b commit 5e5b515

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/features/plan-persistence.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ Use the following workflow option to use Artifacts plan storage:
88
```
99
upload-plan-destination: github
1010
```
11-
Or to use a GCP bucket:
11+
Or to use a GCP bucket (set environment variable: GOOGLE_STORAGE_BUCKET):
1212
```
1313
upload-plan-destination: gcp
1414
```
1515

16+
Similarly you can use an aws bucket (set environment variable: AWS_S3_BUCKET):
17+
18+
```
19+
upload-plan-destination: aws
20+
```
21+
1622
## Permissions
1723
Make sure to set `actions:write` permission in your workflow; otherwise plan storage might fail
1824

0 commit comments

Comments
 (0)