Check for new repositories and update ranks
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 4s

This commit is contained in:
2025-06-07 12:09:24 +02:00
parent ce4b6efc91
commit 200eb35a91
7 changed files with 295 additions and 38 deletions

View File

@@ -70,15 +70,24 @@ Go to your repository's **Settings**.
![Navigate Repo Settings](/docs/navigate_repository_settings.png)
Then under **Actions** open the **Secrets** tab and add these two:
Then under **Actions** open the **Secrets** tab and add this:
| Secret Name | Secret Value |
| -------------------- | -------------------------- |
| `TOKEN` | The token you just created |
| `CONTAINER_REGISTRY` | `git.sulejmani.xyz` |
| Secret Name | Secret Value |
| ----------- | -------------------------- |
| `TOKEN` | The token you just created |
![Add Secret 1](/docs/secret1.png)
![Add Secret 2](/docs/secret2.png)
![Add Secret](/docs/secret.png)
Then under **Actions** open the **Variables** tab and add these two:
| Variable Name | Variable Value |
| -------------------- | ------------------- |
| `CONTAINER_REGISTRY` | `git.sulejmani.xyz` |
| `OSUID` | Your osu player id |
So in my case my osu profile is https://osu.ppy.sh/users/13792719 and I use 13792719
![Example Variables](/docs/example_variables.png)
---
@@ -213,7 +222,7 @@ git push
### 11. Adding your skin to https://git.sulejmani.xyz/osc/skins
After you did every step please DM @arlind on discord
After you did every step it should be in https://git.sulejmani.xyz/osc/skins after a couple minutes, if it doesn't show up please message me on Discord.
---