We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7def9d commit 6a48f72Copy full SHA for 6a48f72
.github/cloudformation/token.yaml
@@ -13,6 +13,10 @@ Parameters:
13
Type: String
14
Description: GitHub repository for the cbmc-proof-debugger
15
Default: cbmc-proof-debugger
16
+ PublicationTag:
17
+ Type: String
18
+ Description: GitHub tag triggering the GitHub publication workflow
19
+ Default: debugger-*
20
21
Resources:
22
@@ -44,7 +48,7 @@ Resources:
44
48
token.actions.githubusercontent.com:aud: sts.amazonaws.com
45
49
StringLike:
46
50
token.actions.githubusercontent.com:sub:
47
- !Sub repo:${GithubRepoOrganization}/${GithubRepoName}:*
51
+ !Sub repo:${GithubRepoOrganization}/${GithubRepoName}:refref:refs/tags/${PublicationTag}
52
53
Policies:
54
- PolicyName: PublisherTokenAccess
0 commit comments