Skip to content

Commit

Permalink
updated openid thumbprint for github (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hollingsworth authored Nov 18, 2022
1 parent 5c83457 commit 8d8bedb
Show file tree
Hide file tree
Showing 2 changed files with 1,215 additions and 1,394 deletions.
3 changes: 3 additions & 0 deletions infra/lib/bootstrap/deployrole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export class GithubDeployRoleCDKStack extends cdk.NestedStack {
{
url: "https://token.actions.githubusercontent.com",
clientIds: ["sts.amazonaws.com"],
thumbprints: [
"6938fd4d98bab03faadb97b34396831e3780aea1",
],
}
);

Expand Down
Loading

0 comments on commit 8d8bedb

Please sign in to comment.