More explicit usage of github_token

This commit is contained in:
Myst
2023-04-28 15:35:15 +02:00
committed by GitHub
parent 49b269d518
commit cb87b4dc0c

View File

@@ -3,7 +3,7 @@ description: 'Updates dependencies in code to latest semantic ver release. (e.g.
author: 'haya14busa' author: 'haya14busa'
inputs: inputs:
github_token: github_token:
description: 'GITHUB_TOKEN to get latest version with GitHub Release API' description: 'GITHUB_TOKEN to get latest version with GitHub Release API and create the PR'
default: '${{ github.token }}' default: '${{ github.token }}'
file: file:
description: 'target file' description: 'target file'