Default to ${{ github.token }}.

This commit is contained in:
Fabio Niephaus
2023-04-11 08:39:53 +02:00
parent 4297237826
commit 90a2c32c8b
2 changed files with 3 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ inputs:
default: ''
github-token:
required: false
description: 'Set it to secrets.GITHUB_TOKEN to increase rate limits when accessing the GitHub API.'
default: ''
description: 'Set it to secrets.GITHUB_TOKEN to increase rate limits when accessing the GitHub API. Defaults to github.token.'
default: ${{ github.token }}
set-java-home:
required: false
description: 'Set $JAVA_HOME to the GraalVM installation. Default: true.'