Pavel Bansky

Results 9 comments of Pavel Bansky

I think I resolved it. *First issue:* The template for project has incorrect version of `Microsoft.AspNetCore.Authentication.OpenIdConnect`. It needs to be version 3.?.? not 2.2 *Second issue:* After the version issue...

How do I captured that reply? The auth is working now, as I posted.

CurlingGeek is right. The problem is that the Thread get the whole cycle busy. I'll fix it.

Hi Frag, thanks for the good work. I have reverted some changes last weekend and your commit is against that old version. I will need to resolve some of the...

More investigation: I was able to successfully upgrade to `1.5.2` Upgrading from `1.5.2` to `2.0.0` or `2.0.1` will cause application to not call `ProcessWorkflowRunAsync`

@aeisenberg, thank you for your response. 1) Ok, that is good to know, but it is forcing me to download the DB first and unzip it. Which is a bit...

@aeisenberg, it's good that only default branch can be upload but, I see the following check in `src/database-upload.ts` ```typescript if (!(await actionsUtil.isAnalyzingDefaultBranch())) { // We only want to upload a...

@aeisenberg, you are correct. We are downloading databases from accounts/repos in our Enterprise github. Basically, creating archive of databases. In case of security incident, we can easily query all of...