Update GitHub token input to require CUSTOM_GH_TOKEN for authentication in workflows

This commit is contained in:
Palash Tyagi
2025-05-05 01:04:56 +01:00
parent 80083ce77c
commit 7e27539529
4 changed files with 10 additions and 5 deletions

View File

@@ -12,8 +12,9 @@ inputs:
required: true
github-token:
description: 'GitHub token with repo admin read permissions'
required: false
default: ${{ secrets.CUSTOM_GH_TOKEN }}
required: true
outputs:
use-runner: