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