Skip to content

Commit

Permalink
Bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zsims committed Jul 18, 2018
1 parent 1881be6 commit 4b0aacc
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 @@ -83,7 +83,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.1:
seek-oss/aws-sm#v0.0.2:
env:
MY_SECRET: my-secret-id
MY_OTHER_SECRET: my-other-secret-id
Expand All @@ -97,7 +97,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.1:
seek-oss/aws-sm#v0.0.2:
env:
SECRET_FROM_OTHER_ACCOUNT: 'arn:aws:secretsmanager:ap-southeast-2:1234567:secret:my-global-secret'
```
Expand Down

0 comments on commit 4b0aacc

Please sign in to comment.