Skip to content

Commit f47ef55

Browse files
authored
Add inputs to actions/create-github-app-token@v2 (#120)
1 parent f36c61d commit f47ef55

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

typings/actions/create-github-app-token/v2/action-types.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,19 @@ inputs:
307307
allowed-values:
308308
- "write"
309309

310+
permission-custom-properties-for-organizations:
311+
type: enum
312+
allowed-values:
313+
- "read"
314+
- "write"
315+
316+
permission-enterprise-custom-properties-for-organizations:
317+
type: enum
318+
allowed-values:
319+
- "read"
320+
- "write"
321+
- "admin"
322+
310323
outputs:
311324
token:
312325
type: string

0 commit comments

Comments
 (0)