From bacb5ca7021483978bb8ffd2277c38019a38ef89 Mon Sep 17 00:00:00 2001 From: Ricardo Loureiro Date: Mon, 29 Jul 2024 12:35:19 +0100 Subject: [PATCH] Cleanup wally.toml --- .github/workflows/roblox.yml | 2 +- wally.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/roblox.yml b/.github/workflows/roblox.yml index 0cf2f7e..c51b152 100644 --- a/.github/workflows/roblox.yml +++ b/.github/workflows/roblox.yml @@ -10,6 +10,6 @@ jobs: uses: ungms/.github/.github/workflows/roblox.yml@main secrets: - - WALLY_AUTH + WALLY_AUTH: ${{ secrets.WALLY_AUTH }} permissions: contents: write diff --git a/wally.toml b/wally.toml index 26d054e..3f2a63b 100644 --- a/wally.toml +++ b/wally.toml @@ -3,7 +3,5 @@ name = "devsparkle/maid" description = "A hassle-free Roblox library to manage object cleanup!" version = "2.1.0" license = "MIT" -registry = "https://github.com/UpliftGames/wally-index" realm = "shared" - -[dependencies] +registry = "https://github.com/UpliftGames/wally-index"