added config
This commit is contained in:
parent
be9a7ef3ed
commit
96d703fd7a
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,9 @@ inputs:
|
||||||
api_auth_token:
|
api_auth_token:
|
||||||
description: 'api_auth_token if needed to download base images'
|
description: 'api_auth_token if needed to download base images'
|
||||||
required: false
|
required: false
|
||||||
|
gpg_sign_key:
|
||||||
|
description: 'gpg key to sign images'
|
||||||
|
required: false
|
||||||
|
|
||||||
#outputs:
|
#outputs:
|
||||||
# hashes:
|
# hashes:
|
||||||
|
@ -44,3 +47,4 @@ runs:
|
||||||
INPUT_SB_DB_KEY: ${{ inputs.sb_db_key }}
|
INPUT_SB_DB_KEY: ${{ inputs.sb_db_key }}
|
||||||
INPUT_SB_DB_PEM: ${{ inputs.sb_db_pem }}
|
INPUT_SB_DB_PEM: ${{ inputs.sb_db_pem }}
|
||||||
INPUT_API_AUTH_TOKEN: ${{ inputs.api_auth_token }}
|
INPUT_API_AUTH_TOKEN: ${{ inputs.api_auth_token }}
|
||||||
|
GPG_SIGN_KEY: ${{ secrets.gpg_sign_key }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue