File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff 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
2129Resources :
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
You can’t perform that action at this time.
0 commit comments