Skip to content

Commit

Permalink
yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux committed Aug 21, 2023
1 parent a4b1dd7 commit 29d8e4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/03-github/06-deployment/steam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ possible to go through the MFA process only once by following these steps:
1. Validate that the MFA process is complete by running `steamcmd +login <username> +quit` again. It
should not ask for the MFA code again.
1. The folder from which you run `steamcmd` will now contain an updated `config/config.vdf` file.
Use `cat config/config.vdf | base64 > config_base64.txt` on *Linux* to encode the file, if you are a
on *Windows* device, use `certutil -encode -f .\config\config.vdf tmp.b64 && findstr /v /c:- tmp.b64 > config_base64.txt`.
Use `cat config/config.vdf | base64 > config_base64.txt` on _Linux_ to encode the file, if you
are a on _Windows_ device, use
`certutil -encode -f .\config\config.vdf tmp.b64 && findstr /v /c:- tmp.b64 > config_base64.txt`.
Copy the contents of `config_base64.txt` to a GitHub Secret `STEAM_CONFIG_VDF`.
1. `If:` when running the action you recieve another MFA code via email, run
`steamcmd +set_steam_guard_code <code>` on your local machine and repeat the `config.vdf`
Expand Down

0 comments on commit 29d8e4f

Please sign in to comment.