Skip to content

Commit

Permalink
Update dependabot-merger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Oct 10, 2023
1 parent 95c6d2a commit a5c32e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
oncall=$(curl --request GET \
--url "https://api.pagerduty.com/oncalls?since=$now&until=$end_time&schedule_ids[]=PQLHTOP" \
--header 'Accept: application/vnd.pagerduty+json;version=2' \
--header "Authorization: Token token=u+Rx17kSFaAf8vDt-Lhg" \
--header "Authorization: Token token=${{ secrets.PAGERDUTY_TOKEN }}" \
--header 'Content-Type: application/json' )
engineer_name=$(echo "$oncall" | jq -r '.oncalls[0].user.summary')
Expand Down

0 comments on commit a5c32e7

Please sign in to comment.