Skip to content

Commit

Permalink
fix: avoid setting setting secrets twice for possible missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Aug 31, 2024
1 parent 5ffcbc8 commit 0d8d929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export default class Config {
this.axios = axios;
this.core = core;
this.webapi = webapi;
core.setSecret(core.getInput("token"));
core.setSecret(core.getInput("webhook"));
this.inputs = {
errors: core.getBooleanInput("errors"),
method: core.getInput("method"),
Expand Down

0 comments on commit 0d8d929

Please sign in to comment.