Skip to content

Commit

Permalink
Removed $.secrets reference
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-sharvari committed Dec 11, 2023
1 parent 9d73782 commit 57770fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"attributes": {
"action": "create",
"authenticationType": "basic",
"basicAuthPassword": "$.secrets.9579f656-d11a-422d-9c0a-df704252737e",
"basicAuthPassword": "",
"basicAuthUserName": "admin",
"caller": "admin",
"customFields": "assignment_group:Hardware\ndue_date:{{$.defineVariable1.dueDate}}\ncomments:New Ticket for provisioning user Hardware",
Expand All @@ -125,7 +125,7 @@
"attributes": {
"action": "get",
"authenticationType": "basic",
"basicAuthPassword": "$.secrets.fb59a96f-6849-40a5-9b2c-a18d7555b120",
"basicAuthPassword": "",
"basicAuthUserName": "admin",
"ticket": "{{$.manageServiceNowTicket.body.result.task_effective_number}}",
"url": "https://tenant.service-now.com/api/now/v1/table/sc_request?sysparm_query="
Expand Down

0 comments on commit 57770fd

Please sign in to comment.