Skip to content

Commit

Permalink
Prepend www and fix username
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Oct 23, 2023
1 parent d42c03e commit 12244d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,15 @@ jobs:

- name: List tokens
shell: bash
run: cmdkey /list:"LegacyGeneric:target=https://roblox.com:RobloxStudioAuth*"
run: cmdkey /list:"LegacyGeneric:target=https://www.roblox.com:RobloxStudioAuth*"

- name: Set .ROBLOSECURITY token
shell: bash
run: cmdkey /generic:"LegacyGeneric:target=https://roblox.com:RobloxStudioAuth.ROBLOSECURITY" /user:"" /pass:"${{ secrets.ROBLOSECURITY }}"
run: cmdkey /generic:"LegacyGeneric:target=https://www.roblox.com:RobloxStudioAuth.ROBLOSECURITY" /user:"Roblox" /pass:"${{ secrets.ROBLOSECURITY }}"

- name: List tokens
shell: bash
run: cmdkey /list:"LegacyGeneric:target=https://roblox.com:RobloxStudioAuth*"
run: cmdkey /list:"LegacyGeneric:target=https://www.roblox.com:RobloxStudioAuth*"

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 12244d0

Please sign in to comment.