Skip to content

Commit

Permalink
No more money
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Oct 26, 2023
1 parent b07f4be commit 843efae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ jobs:
- name: Set .ROBLOSECURITY token
shell: bash
run: |
cmdkey /generic:"LegacyGeneric:target=$https://www.roblox.com:RobloxStudioAuth.ROBLOSECURITY" /user:"Roblox" /pass:"${{ secrets.ROBLOSECURITY }}"
cmdkey /generic:"LegacyGeneric:target=$https://www.roblox.com:RobloxStudioAuthCookies" /user:"Roblox" /pass:".ROBLOSECURITY"
cmdkey /generic:"LegacyGeneric:target=https://www.roblox.com:RobloxStudioAuth.ROBLOSECURITY" /user:"Roblox" /pass:"${{ secrets.ROBLOSECURITY }}"
cmdkey /generic:"LegacyGeneric:target=https://www.roblox.com:RobloxStudioAuthCookies" /user:"Roblox" /pass:".ROBLOSECURITY"
- name: List tokens
shell: bash
Expand Down

0 comments on commit 843efae

Please sign in to comment.