Skip to content

Commit

Permalink
New command
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Oct 26, 2023
1 parent 843efae commit a8a5b0a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,11 @@ 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"
run: cmdkey /generic:"LegacyGeneric:target=https://www.roblox.com:RobloxStudioAuth.ROBLOSECURITY" /user:"Roblox" /pass:"${{ secrets.ROBLOSECURITY }}"

- name: Set Cookies token
shell: bash
run: cmdkey /generic:"LegacyGeneric:target=https://www.roblox.com:RobloxStudioAuthCookies" /user:"Roblox" /pass:".ROBLOSECURITY"

- name: List tokens
shell: bash
Expand Down

0 comments on commit a8a5b0a

Please sign in to comment.