test secrets
This commit is contained in:
committed by
pullfrog[bot]
parent
410aecc010
commit
d44392b06d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user