generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
31 lines (27 loc) · 644 Bytes
/
action.yml
File metadata and controls
31 lines (27 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: 'gha-jfrog-oidc'
description: 'Github Action to OIDC Authenticate to a JFrog service'
author: 'Brett Delle Grazie'
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: heart
color: red
# Define your inputs here.
inputs:
audience:
description: >-
OIDC Audience for JFrog instance
required: true
provider:
description: >-
OIDC Provider for JFrog instance
required: true
url:
description: >-
Base URL of JFrog instance
# Define your outputs here.
outputs:
token:
description: 'JFrog Access Token'
runs:
using: node24
main: dist/index.js