mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
pref: 日志中加密授权信息输出替换成星号
This commit is contained in:
@@ -59,7 +59,7 @@ export class DogeCloudDeployToCDNPlugin extends AbstractTaskPlugin {
|
||||
dogeClient!: DogeClient;
|
||||
|
||||
async onInstance() {
|
||||
const access = await this.accessService.getById(this.accessId);
|
||||
const access = await this.getAccess(this.accessId);
|
||||
this.dogeClient = new DogeClient(access, this.ctx.http);
|
||||
}
|
||||
async execute(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user