Skip to content

Commit

Permalink
Update actions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oiadebayo committed Oct 14, 2024
1 parent fd43382 commit 8b7022d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/pagerduty/.port/resources/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"method": "POST",
"headers": {
"RUN_ID": "{{ .run.id }}",
"Authorization": "Token token={{ .secrets.PAGERDUTY_API_TOKEN }}",
"Authorization": "Token token={{ .secrets.pagerduty_token }}",
"Accept": "application/vnd.pagerduty+json;version=2",
"Content-Type": "application/json",
"From": "{{ .trigger.by.user.email }}"
Expand All @@ -58,4 +58,4 @@
},
"requiredApproval": false
}
]
]

0 comments on commit 8b7022d

Please sign in to comment.