mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-28 20:04:15 +00:00
Enhance github upload artifact to encrypt before
This commit is contained in:
parent
a8a3f3ad30
commit
ee74028ec2
10 changed files with 51505 additions and 322 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue