We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655ebe5 commit ef42837Copy full SHA for ef42837
src/action.ts
@@ -22,11 +22,9 @@ export namespace Action {
22
installationId,
23
})
24
25
- core.info(`Token: ${token}`)
26
-
27
const secretName = core.getInput('SECRET_NAME')
28
if (secretName) {
29
- await Util.createOrUpdateRepoSecret(octokit, secretName, token)
+ await Util.createOrUpdateRepoSecret(token, secretName, token)
30
}
31
32
core.setSecret(token)
0 commit comments