Add default token to check-token subaction
This commit is contained in:
@@ -9,6 +9,7 @@ inputs:
|
|||||||
token:
|
token:
|
||||||
description: 'The GitHub token to verify'
|
description: 'The GitHub token to verify'
|
||||||
required: false
|
required: false
|
||||||
|
default: ${{ github.token }}
|
||||||
runs:
|
runs:
|
||||||
using: 'node24'
|
using: 'node24'
|
||||||
main: '../dist/check-token-action.js'
|
main: '../dist/check-token-action.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user