mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
test
This commit is contained in:
parent
6def34f2d3
commit
146df697b5
768
dist/index.js
vendored
768
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -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}`)};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user