Extra logging of token
This commit is contained in:
parent
da4de6d118
commit
4b2cb74882
@ -32,7 +32,8 @@ async function run() {
|
||||
const dry_run = !(dry_run_inp == 'false');
|
||||
|
||||
const token_for_target_repo = core.getInput('token_for_target_repo');
|
||||
// Obviously, don't log this!
|
||||
// Obviously, don't log the entire thing!
|
||||
console.log(`First few characters of token are ${token_for_target_repo.slice(0, 6)}`)
|
||||
|
||||
|
||||
await main({domain:source_domain, owner:source_owner, name:source_name}, {domain:target_domain, owner:target_owner, name:target_name}, dry_run, token_for_target_repo);
|
||||
|
Loading…
x
Reference in New Issue
Block a user