Skip to content

Commit a158a74

Browse files
authored
Update PagerDuty token in workflow file to Org Token (#7090)
1 parent ac734c3 commit a158a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/assign_release_conductor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: pagerduty
2424
with:
2525
schedule-id: 'P3IIVC4'
26-
token: ${{ secrets.PAGERDUTY_API_KEY_SID }}
26+
token: ${{ secrets.PAGERDUTY_TOKEN_SHARED }}
2727
- run: echo ${{ steps.pagerduty.outputs.user }} is release conductor
2828
- name: Add user as assignee and reviewer
2929
uses: actions/github-script@5c56fde4671bc2d3592fb0f2c5b5bab9ddae03b1

0 commit comments

Comments
 (0)