Skip to content

Commit e9bea88

Browse files
author
Christopher Drew
committed
docs: correct secrets variables in example
1 parent f224541 commit e9bea88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
LAMBDA_NAME: example-lambda-function
2828
AWS_S3_BUCKET: example-lambda-builds-bucket
2929
AWS_S3_KEY: /builds/example-lambda.v1.0.0.zip
30-
AWS_SECRET_ID: ${{ secrets.AWS_SECRET_ID }}
31-
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
30+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
31+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3232
AWS_REGION: ${{ secrets.AWS_REGION }}
3333
```
3434

0 commit comments

Comments
 (0)