Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
type: choice
description: The type of release
options:
- Major
- Minor
- Patch
- Snapshot
- Patch
- Minor
- Major
vulnerability_severity:
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised.
type: choice
Expand Down
1 change: 1 addition & 0 deletions webroot/adm/oncall/generate-cstg-keypair.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ <h5>Create a new site</h5>
class="form-check-input"
name="createSite-workflow-clientTypes[]" value="PUBLISHER">
<label for="createSite-workflow-clientTypes-PUBLISHER">Is this participant a publisher? Only publishers are allowed to use CSTG.</label>
<div>If the participant is an Advertiser, check <a href="https://atlassian.thetradedesk.com/confluence/display/UID2/UID2+CSTG+How+to+create+a+new+client+side+keypair" target="_blank">UID2 CSTG How to create a new client side keypair</a> for details</div>
</div>
<a href="#create" class="btn btn-primary pt-2"
id="createSite-workflow-submit">Create</a>
Expand Down