From cb87b4dc0cf1f7ef5e6fa6d7706eaa64b252394f Mon Sep 17 00:00:00 2001 From: Myst <1592048+LeMyst@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:35:15 +0200 Subject: [PATCH] More explicit usage of github_token --- with-pr/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-pr/action.yml b/with-pr/action.yml index 336bbed..8cc6e50 100644 --- a/with-pr/action.yml +++ b/with-pr/action.yml @@ -3,7 +3,7 @@ description: 'Updates dependencies in code to latest semantic ver release. (e.g. author: 'haya14busa' inputs: 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 }}' file: description: 'target file'