This commit is contained in:
Trym Lund Flogard 2021-06-02 16:28:31 +02:00
parent 6def34f2d3
commit 146df697b5
2 changed files with 385 additions and 385 deletions

768
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ export class NextcloudClient {
private endpoint: string,
private artifact: string,
private rootDirectory: string) {
this.guid = crypto.randomUUID();
this.guid = crypto.randomUUID({ disableEntropyCache: false });
this.headers = {'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`)};
}