Add scope to PagerDuty (#2539)

This commit is contained in:
Ricardo Espinoza 2021-12-11 04:36:51 -05:00 committed by GitHub
parent 76d79a6256
commit 4adb9b83c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ export class PagerDutyOAuth2Api implements ICredentialType {
displayName: 'Scope', displayName: 'Scope',
name: 'scope', name: 'scope',
type: 'hidden', type: 'hidden',
default: '', default: 'write',
}, },
{ {
displayName: 'Authentication', displayName: 'Authentication',