Skip to content

Commit

Permalink
Bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zsims committed Aug 31, 2018
1 parent d0139d2 commit a11befd
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 @@ -37,7 +37,7 @@ For secrets in the same AWS account as the agent, you can use the secret name ra
steps:
- commands: 'echo \$MY_SECRET'
plugins:
seek-oss/aws-sm#v0.0.4:
seek-oss/aws-sm#v0.0.5:
env:
MY_SECRET: my-secret-id
MY_OTHER_SECRET: my-other-secret-id
Expand All @@ -56,7 +56,7 @@ For secrets in another AWS account, use the secret ARN.
steps:
- commands: 'echo \$SECRET_FROM_OTHER_ACCOUNT'
plugins:
seek-oss/aws-sm#v0.0.4:
seek-oss/aws-sm#v0.0.5:
env:
SECRET_FROM_OTHER_ACCOUNT: 'arn:aws:secretsmanager:ap-southeast-2:1234567:secret:my-global-secret'
file:
Expand Down

0 comments on commit a11befd

Please sign in to comment.