diff --git a/src/index.ts b/src/index.ts index ce8e6f6..c779176 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import ApiService from "./apiService"; async function run(): Promise { try { // get inputs of the action - const rqcodeToken = getInput('rqcode-token', {required: true}) + // const rqcodeToken = getInput('rqcode-token', {required: true}) const token = getInput('token', {required: false}) const label = getInput('label', {required: false}) const stigs = getInput('stigs-comment', {required: false})