From 63db69cab895c5a2a64210cea94f99275f91275c Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Sat, 30 Mar 2024 19:00:35 -0400 Subject: [PATCH 1/2] Change self hoster to Contributor and add new github --- content/0.instances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/0.instances.md b/content/0.instances.md index 1116780..5fe6785 100644 --- a/content/0.instances.md +++ b/content/0.instances.md @@ -23,7 +23,7 @@ The community maintains these trusted instances, meaning they are likely to be u | [stream.thehairy.me](https://stream.thehairy.me) | [thehairy - Mod](https://github.com/thehairy) | πŸ’ΎπŸŒπŸ“± | | [movie-web-me](https://movie-web-me.vercel.app) | [Isra - Contributor](https://github.com/zisra) | πŸ’ΎπŸŒ | | [scootydooter](https://scootydooter.vercel.app) | [Toon - Contributor](https://github.com/Toon-arch) | πŸ’ΎπŸŒπŸ“± | -| [sudo-flix.lol](https://sudo-flix.lol) | [itzCozi - Community Self Hoster](https://github.com/sudo-flix) | πŸ’ΎπŸ“± | +| [sudo-flix.lol](https://sudo-flix.lol) | [itzCozi - Contributor](https://github.com/sussy-code) | πŸ’ΎπŸ“± | | [movie-web.x](https://movie-web.x) | [Unstoppable Domains](https://unstoppabledomains.com) and [IPFS](https://ipfs.tech) | πŸ’Ύ | ::alert{type="info"} From 10762c865363a49f32b458d417f4590b93a526c6 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Sat, 30 Mar 2024 21:07:04 -0400 Subject: [PATCH 2/2] Toon keeps yelling :3 --- content/3.client/5.upgrade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/3.client/5.upgrade.md b/content/3.client/5.upgrade.md index 7ded961..aaa9a42 100644 --- a/content/3.client/5.upgrade.md +++ b/content/3.client/5.upgrade.md @@ -33,6 +33,8 @@ jobs: steps: - uses: actions/checkout@v3 - run: gh repo sync / # Replace the placeholders within the < > + env: + GH_TOKEN: ${{ github.token }} - uses: gautamkrishnar/keepalive-workflow@v1 ```