Add default token to check-token subaction

This commit is contained in:
2026-01-11 19:54:25 +01:00
parent 09f36edc01
commit f8a559538e

View File

@@ -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'