Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anees264 authored Dec 26, 2022
1 parent dad88fb commit 8bb4c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const github = require('@actions/github');
const request = require("request");

try {
const acc_token = process.env.Authorization;
const app_token = process.env.applicationToken;
const acc_token = process.env.access_token;
const app_token = process.env.application_token;
var api = "https://api.beaglesecurity.com/rest/v2/test/start/";
var requestData = {
"applicationToken": app_token
Expand Down

0 comments on commit 8bb4c53

Please sign in to comment.