add jwtGiteaOIDC input

This commit is contained in:
2024-10-04 17:32:16 +02:00
parent bab85d399e
commit 2caae9e34b
4 changed files with 35 additions and 24 deletions

View File

@@ -82,6 +82,9 @@ inputs:
jwtGithubAudience:
description: 'Identifies the recipient ("aud" claim) that the JWT is intended for'
required: false
jwtGiteaOIDC:
description: 'JWT obtained from a Gitea OIDC App'
required: false
jwtTtl:
description: 'Time in seconds, after which token expires'
required: false