test secrets

This commit is contained in:
Colin McDonnell
2026-01-27 19:42:00 +00:00
committed by pullfrog[bot]
parent 410aecc010
commit d44392b06d
2 changed files with 33 additions and 7 deletions
+10
View File
@@ -2,6 +2,16 @@ name: "Check GitHub Token"
description: "Check if GITHUB_TOKEN environment variable exists"
author: "Pullfrog"
inputs:
token:
description: "GitHub token"
required: false
default: ${{ github.token }}
anthropic_key:
description: "Anthropic API key"
required: false
default: ${{ secrets.ANTHROPIC_API_KEY }}
runs:
using: "node24"
main: "entry.ts"