From bda82637f0cd95ad9dadc90aa7674c82784dc188 Mon Sep 17 00:00:00 2001 From: Marin Minnerly Date: Sat, 21 Oct 2023 17:08:02 -0700 Subject: [PATCH] Update target --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cb9e6bf..33efc1ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,8 +178,7 @@ jobs: - name: List tokens shell: bash - run: cmdkey /list:https://roblox.com:RobloxStudioAuth* - + run: cmdkey /list:"LegacyGeneric:target=https://roblox.com:RobloxStudioAuth*" - name: Set .ROBLOSECURITY token shell: bash @@ -187,7 +186,7 @@ jobs: - name: List tokens shell: bash - run: cmdkey /list:https://roblox.com:RobloxStudioAuth* + run: cmdkey /list:"LegacyGeneric:target=https://roblox.com:RobloxStudioAuth*" - name: Run tests run: run-in-roblox --place studio-tests.rbxl --script tests/init.server.lua