diff --git a/.github/workflows/assign_release_conductor.yml b/.github/workflows/assign_release_conductor.yml index d7ac35d4178..132da9db2f0 100644 --- a/.github/workflows/assign_release_conductor.yml +++ b/.github/workflows/assign_release_conductor.yml @@ -23,7 +23,7 @@ jobs: id: pagerduty with: schedule-id: 'P3IIVC4' - token: ${{ secrets.PAGERDUTY_API_KEY_SID }} + token: ${{ secrets.PAGERDUTY_TOKEN_SHARED }} - run: echo ${{ steps.pagerduty.outputs.user }} is release conductor - name: Add user as assignee and reviewer uses: actions/github-script@5c56fde4671bc2d3592fb0f2c5b5bab9ddae03b1