Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update examples for new release
  • Loading branch information
jeremybumsted authored Mar 27, 2023
1 parent 7c1b644 commit 91666c7
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 @@ -18,7 +18,7 @@ The keys in the `env` secret are exposed in the `checkout` and `command` as envi
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v0.2.2:
- vault-secrets#v1.0.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand Down Expand Up @@ -177,7 +177,7 @@ Example:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v0.2.2:
- vault-secrets#v1.0.0:
server: https://my-vault-server
auth:
method: 'approle'
Expand Down

0 comments on commit 91666c7

Please sign in to comment.