Skip to content

Commit

Permalink
rename token
Browse files Browse the repository at this point in the history
  • Loading branch information
noamd-legit committed Sep 10, 2023
1 parent 6eab6a1 commit 1dead64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function executeLegitify(token, args, uploadCodeScanning) {
myError += data.toString();
},
};
options.env = { GITHUB_TOKEN: token };
options.env = { SCM_TOKEN: token };
options.silent = true
const isPrivate = await isPrivateRepo(token)
core.setOutput("is_private", isPrivate)
Expand Down

0 comments on commit 1dead64

Please sign in to comment.