Skip to content

Commit 1807393

Browse files
committed
Add session token in README.md
1 parent 5a75f8f commit 1807393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ We have 2 different types of tests:
324324
```sh
325325
export AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY_ID
326326
export AWS_SECRET_ACCESS_KEY=YOUR_ACCESS_KEY
327+
export AWS_SESSION_TOKEN=YOUR_AWS_SESSION_TOKEN
327328
export AWS_REGION=us-west-2
328-
export AWS_SESSION_TOKEN=Your_AWS_SESSION_TOKEN
329329
./gradlew integ
330330
```
331331

0 commit comments

Comments
 (0)