hydra: allowUris
This commit is contained in:
parent
272971cefd
commit
57f56146d2
|
@ -62,7 +62,11 @@
|
|||
trusted-users = [
|
||||
"hydra"
|
||||
];
|
||||
allowed-uris = "github:";
|
||||
allowed-uris = [
|
||||
"github:"
|
||||
"git+https://github.com/"
|
||||
"git+ssh://github.com/"
|
||||
];
|
||||
};
|
||||
|
||||
extraOptions = ''
|
||||
|
|
Loading…
Reference in New Issue