Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to ssfn #404

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/03-github/06-deployment/steam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ jobs:
Deploying to Steam requires using Multi-Factor Authentication (MFA) through Steam Guard. This means
that simply using username and password isn't enough to authenticate with Steam. However, it is
possible to go through the MFA process only once by setting up GitHub Secrets for configVdf,
ssfnFileName, and ssfnFileContents with these steps:
possible to go through the MFA process only once by following these steps:
1. Install [Valve's offical steamcmd](https://partner.steamgames.com/doc/sdk/uploading#1) on your
local machine. All following steps will also be done on your local machine.
Expand Down
Loading