Enhance github upload artifact to encrypt before

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

View file

@ -23,6 +23,10 @@ inputs:
Minimum 1 day.
Maximum 90 days unless changed from the repository settings page.
kms-key-id:
description: >
The ID of the customer-managed AWS Key Management Service (AWS KMS) key that should be used to encrypt the artifact.
required: true
runs:
using: 'node16'
main: 'dist/index.js'