File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26191,7 +26191,7 @@ async function get_repo(
2619126191async function run() {
2619226192 const target_repo = core$4.getInput("repo");
2619326193 const target_branch = core$4.getInput("branch");
26194- const CF_TOKEN = core$4.getInput("token ");
26194+ const CF_TOKEN = core$4.getInput("cf_token ");
2619526195 const docs_path = core$4.getInput("docs_path");
2619626196 const pkg_path = core$4.getInput("pkg_path");
2619726197
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ async function get_repo(
5555async function run ( ) {
5656 const target_repo = core . getInput ( "repo" ) ;
5757 const target_branch = core . getInput ( "branch" ) ;
58- const CF_TOKEN = core . getInput ( "token " ) ;
58+ const CF_TOKEN = core . getInput ( "cf_token " ) ;
5959 const docs_path = core . getInput ( "docs_path" ) ;
6060 const pkg_path = core . getInput ( "pkg_path" ) ;
6161
You can’t perform that action at this time.
0 commit comments