Skip to content

Commit e7569c2

Browse files
authored
Merge pull request #4 from jaisnan/Update-release-with-kani
Update token.yaml with Kani
2 parents daaf1b6 + ceaed23 commit e7569c2

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/cloudformation/token.yaml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,22 @@ Parameters:
99
Type: String
1010
Description: GitHub organization for the cbmc-proof-debugger
1111
Default: model-checking
12-
GithubRepoName:
12+
CbmcRepoName:
1313
Type: String
1414
Description: GitHub repository for the cbmc-proof-debugger
1515
Default: cbmc-proof-debugger
16-
PublicationTag:
16+
KaniRepoName:
1717
Type: String
18-
Description: GitHub tag triggering the GitHub publication workflow
18+
Description: GitHub repository for the kani extension
19+
Default: kani-vscode-extension
20+
CbmcPublicationTag:
21+
Type: String
22+
Description: GitHub tag for proof debugger triggering the GitHub publication workflow
1923
Default: debugger-*
24+
KaniPublicationTag:
25+
Type: String
26+
Description: GitHub tag for kani extension triggering the GitHub publication workflow
27+
Default: Kani-vscode-*
2028

2129
Resources:
2230

@@ -48,7 +56,8 @@ Resources:
4856
token.actions.githubusercontent.com:aud: sts.amazonaws.com
4957
StringLike:
5058
token.actions.githubusercontent.com:sub:
51-
!Sub repo:${GithubRepoOrganization}/${GithubRepoName}:ref:refs/tags/${PublicationTag}
59+
!Sub repo:${GithubRepoOrganization}/${CbmcRepoName}:ref:refs/tags/${CbmcPublicationTag}
60+
!Sub repo:${GithubRepoOrganization}/${KaniRepoName}:ref:refs/tags/${KaniPublicationTag}
5261

5362
Policies:
5463
- PolicyName: PublisherTokenAccess
@@ -67,4 +76,4 @@ Outputs:
6776
PublisherTokenReader:
6877
Value: !GetAtt PublisherTokenReader.Arn
6978
Export:
70-
Name: PublisherTokenReader
79+
Name: PublisherTokenReader

0 commit comments

Comments
 (0)