mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-25 10:24:45 +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
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue