Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Jan 9, 2025
1 parent d0f39c5 commit 676a16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jobs/commitChangesToGit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Includes transpiled JS/TS${core.getInput('build_typings_script') !== '' ? ', and
[skip ci]`);

debugLog(`** Pushing commit`);

const token = core.getInput('github_token', { required: true, trimWhitespace: true });

debugLog(`** Pushing commit`);

await git.addRemote('upstream', `https://github-actions:${token}@github.com/${process.env.GITHUB_REPOSITORY}.git`);

log(`${status}`);
Expand Down

0 comments on commit 676a16d

Please sign in to comment.