Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
maierj committed Jan 5, 2021
1 parent eb9d1b9 commit c0bb236
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 @@ -24,7 +24,7 @@ In a pre-exit hook, this plugin also removes the exported environment variables,
steps:
- command: 'curl -H "Authorization: Bearer $API_ACCESS_TOKEN" https://api.example.com'
plugins:
- adabay/vault-key-value#v0.9.4:
- adabay/vault-key-value#v0.9.5:
secret_path: "static/api_access_token"
secret_key: "token"
exported_env_variable_name: "API_ACCESS_TOKEN"
Expand All @@ -36,7 +36,7 @@ steps:
steps:
- command: 'echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin'
plugins:
- adabay/vault-key-value#v0.9.4:
- adabay/vault-key-value#v0.9.5:
secrets:
- secret_path: "static/docker/registry1"
secret_key: "username"
Expand Down

0 comments on commit c0bb236

Please sign in to comment.