Skip to content

Commit

Permalink
Update README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Robertson committed Nov 26, 2019
1 parent 6b6466b commit 0727aac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Using the `KEYCHAIN_PW` env var:
agents:
- "queue=macos-codesigner"
plugins:
- improbable-eng/mac-codesign#v0.1.1:
- improbable-eng/mac-codesign#v0.1.2:
input_artifacts:
- "thing.bin"
keychain: "production-certs.keychain"
Expand All @@ -64,7 +64,7 @@ Using the default Improbable secret-fetching script with `keychain_pw_secret_nam
agents:
- "queue=macos-codesigner"
plugins:
- improbable-eng/mac-codesign#v0.1.1:
- improbable-eng/mac-codesign#v0.1.2:
input_artifacts:
- "thing.bin"
- "another-thing.bin"
Expand All @@ -79,7 +79,7 @@ Using a custom secret-fetching script:
agents:
- "queue=macos-codesigner"
plugins:
- improbable-eng/mac-codesign#v0.1.1:
- improbable-eng/mac-codesign#v0.1.2:
input_artifacts:
- "thing.bin"
- "another-thing.bin"
Expand Down

0 comments on commit 0727aac

Please sign in to comment.