Files
shockbot/check-github-token/action.yml
T
2026-01-27 19:06:17 +00:00

8 lines
155 B
YAML

name: "Check GitHub Token"
description: "Check if GITHUB_TOKEN environment variable exists"
author: "Pullfrog"
runs:
using: "node24"
main: "entry.ts"