Skip to content

Commit

Permalink
Chore fix to apply best practices (#23)
Browse files Browse the repository at this point in the history
* Update examples to show x.y for versions

https://circleci.com/docs/2.0/orbs-best-practices/#examples

Related issue: #8

Signed-off-by: Ken Fukuyama <[email protected]>

* Add description about the access token

https://circleci.com/docs/2.0/orbs-best-practices/#metadata

Related issue: #8

Signed-off-by: Ken Fukuyama <[email protected]>
  • Loading branch information
kenfdev authored and chrsmith committed Nov 16, 2019
1 parent 44f0752 commit a2da16b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions orbs/pulumi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ description:
The Pulumi Orbs for CircleCI enables you to use easily integrate Pulumi
into your CircleCI workflows.
Repo: https://circleci.com/orbs/registry/orb/pulumi/pulumi"
Repo: https://circleci.com/orbs/registry/orb/pulumi/pulumi
Follow the instructions here to obtain the Pulumi Access Token:
https://www.pulumi.com/docs/intro/console/accounts-and-organizations/accounts/#access-tokens"



commands:

Expand Down Expand Up @@ -206,7 +211,7 @@ examples:
usage:
version: 2.1
orbs:
pulumi: pulumi/pulumi@1.0.0
pulumi: pulumi/pulumi@x.y
jobs:
build:
docker:
Expand All @@ -224,7 +229,7 @@ examples:
usage:
version: 2.1
orbs:
pulumi: pulumi/pulumi@1.0.0
pulumi: pulumi/pulumi@x.y
jobs:
build:
docker:
Expand All @@ -244,7 +249,7 @@ examples:
usage:
version: 2.1
orbs:
pulumi: pulumi/pulumi@1.0.0
pulumi: pulumi/pulumi@x.y
jobs:
build:
docker:
Expand Down

0 comments on commit a2da16b

Please sign in to comment.