Skip to content

Commit

Permalink
Merge pull request #599 from codeplea/master
Browse files Browse the repository at this point in the history
Fix documentation for aws key enviroment variables
  • Loading branch information
springmeyer committed Oct 20, 2021
2 parents 3aadedf + 76e55b6 commit 3ac4191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ Make sure you run this command from within the directory of your module.

Use `travis-encrypt` like:

travis encrypt node_pre_gyp_accessKeyId=${node_pre_gyp_accessKeyId}
travis encrypt node_pre_gyp_secretAccessKey=${node_pre_gyp_secretAccessKey}
travis encrypt AWS_ACCESS_KEY_ID=${node_pre_gyp_accessKeyId}
travis encrypt AWS_SECRET_ACCESS_KEY=${node_pre_gyp_secretAccessKey}

Then put those values in your `.travis.yml` like:

Expand Down

0 comments on commit 3ac4191

Please sign in to comment.