await Promise.all(changes.create.map(async (data) => {
      await this.client.hooks.addSecrets({ id: data.hookId }, data.secrets);
    }));