Nattywombat add doppler and aiven (#36906)

This commit is contained in:
Natalee Webb 2023-05-09 08:54:36 -07:00 коммит произвёл GitHub
Родитель 830dbf46ab
Коммит bfebbde846
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 17 добавлений и 4 удалений

Просмотреть файл

@ -72,8 +72,8 @@
ghes: '>3.9'
ghae: '>3.9'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
- provider: 'Aiven'
@ -85,8 +85,8 @@
ghes: '>3.9'
ghae: '>3.9'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
- provider: 'Alibaba Cloud'
@ -696,6 +696,19 @@
hasPushProtection: true
hasValidityCheck: false
- provider: 'Doppler'
supportedSecret: 'Doppler Service Account Token'
secretType: 'doppler_service_account_token'
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.9'
ghae: '>= 3.9'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
- provider: 'Dropbox'
supportedSecret: 'Dropbox Access Token'
secretType: 'dropbox_access_token'