Shiipou

Results 30 comments of Shiipou

It's just because the Application id and application token has been deleted from GitHub. If you host it yourself, you can create your GH application and it work if you...

For now, really quick way to get CI/CD is to allow to edit Git [hooks](https://git-scm.com/docs/githooks) of the remote repo. I think that can be done easily and it will allow...

I've got the same, no solution for me at this time.

I think we can download all notes with the following : ```bash git fetch origin +refs/notes/*:refs/notes/* ```

I've got this issue on some of my repos. # How to get it not work : ## Branch architecture : - main - rc // this is a pre-release...

As a workaround, I create a script that replace `Semantic-Release` I use it in a [GitHub action](https://github.com/marketplace/actions/semrelease) It probably need some more work. I also add some info in the...

> hey @shiipou have you ever got your OVH mail provider working? @MasterSmurf Not with Mastodon, but with other tools yes. Now I've leave Mastodon and I didn't got any...

Ok thanks for letting me know

I got a similar error : ``` Connecting to www.googleapis.com (142.250.201.170:443) wget: note: TLS certificate validation not implemented wget: server returned error: HTTP/1.1 401 Unauthorized Connecting to github.com (140.82.121.4:443) wget:...

If I understook well, you just have to use : ```yaml imageName: ghcr.io/cloudnative-pg/postgresql:14.11 ``` instead of : ```yaml imageName: postgres:14.11 ```