File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 10271027 "type" : {
10281028 "description" : " Identifies the type of registry." ,
10291029 "enum" : [
1030+ " cargo-registry" ,
10301031 " composer-repository" ,
10311032 " docker-registry" ,
10321033 " git" ,
10351036 " maven-repository" ,
10361037 " npm-registry" ,
10371038 " nuget-feed" ,
1039+ " pub-repository" ,
10381040 " python-index" ,
10391041 " rubygems-server" ,
10401042 " terraform-registry"
Original file line number Diff line number Diff line change 11{
22 "enable-beta-ecosystems" : true ,
33 "registries" : {
4+ "cargo-example" : {
5+ "token" : " ${{secrets.MY_CARGO_REGISTRY_TOKEN}}" ,
6+ "type" : " cargo-registry" ,
7+ "url" : " https://my-registry.example.com"
8+ },
49 "composer" : {
510 "password" : " ${{secrets.MY_PACKAGIST_PASSWORD}}" ,
611 "type" : " composer-repository" ,
5964 "url" : " https://nuget.example.com/v3/index.json" ,
6065 "username" : " octocat@example.com"
6166 },
67+ "pub-example" : {
68+ "token" : " ${{secrets.MY_PUB_TOKEN}}" ,
69+ "type" : " pub-repository" ,
70+ "url" : " https://pub.example.com"
71+ },
6272 "python-azure" : {
6373 "replaces-base" : true ,
6474 "token" : " ${{secrets.MY_AZURE_DEVOPS_TOKEN}}" ,
You can’t perform that action at this time.
0 commit comments