Files
shockbot/get-installation-token/action.yml
T
Colin McDonnell a57866a8cd Fix CI
2026-01-13 06:02:29 +00:00

22 lines
473 B
YAML

name: "Get Installation Token"
description: "Get a GitHub App installation token for the current repository"
author: "Pullfrog"
inputs:
repos:
description: "Comma-separated list of additional repo names to grant access to (e.g., 'repo1,repo2'). Current repo is always included."
required: false
outputs:
token:
description: "GitHub App installation token"
runs:
using: "node24"
main: "entry"
post: "entry"
branding:
icon: "key"
color: "green"