Enhance github upload artifact to encrypt before

This commit is contained in:
Ben Jefferies 2023-11-28 10:48:40 +00:00
commit ee74028ec2
10 changed files with 51505 additions and 322 deletions

View file

@ -20,4 +20,9 @@ export interface UploadInputs {
* Duration after which artifact will expire in days
*/
retentionDays: number
/**
* KMS Key Id to use for artifact upload
*/
kmsKeyId: string
}