Skip to content

Commit

Permalink
⚡ Add scope to PagerDuty (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 authored Dec 11, 2021
1 parent 76d79a6 commit 4adb9b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class PagerDutyOAuth2Api implements ICredentialType {
displayName: 'Scope',
name: 'scope',
type: 'hidden',
default: '',
default: 'write',
},
{
displayName: 'Authentication',
Expand Down

0 comments on commit 4adb9b8

Please sign in to comment.