Skip to content

Commit

Permalink
docs: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Mar 25, 2023
1 parent 0633c6b commit 9ff0e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class CircleCiStack extends Stack {
});

const myCircleCiRole = new CircleCiOidcRole(this, 'MyCircleCiRole', {
provider: this.provider,
circleCiOidcProvider: this.provider,
roleName: "MyCircleCiRole",

// Pass some managed policies to the role
Expand Down

0 comments on commit 9ff0e76

Please sign in to comment.