first try
This commit is contained in:
13
action.yaml
13
action.yaml
@ -3,3 +3,16 @@ description: 'Installs SOPS and AGE binaries'
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
inputs:
|
||||
sopsVersion:
|
||||
description: The version of SOPS to install
|
||||
required: true
|
||||
default: latest
|
||||
ageVersion:
|
||||
description: The version of AGE to install
|
||||
required: true
|
||||
default: latest
|
||||
token:
|
||||
description: GitHub Actions token to authenticate API requests
|
||||
required: true
|
||||
default: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user