From f92aae367b7598544c4159f34e66be39ff7dad1d Mon Sep 17 00:00:00 2001 From: David Finol Date: Thu, 20 Jul 2023 18:22:25 -0500 Subject: [PATCH] Remove reference to ssfn Remove reference to ssfn as they are no longer used --- docs/03-github/06-deployment/steam.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/03-github/06-deployment/steam.mdx b/docs/03-github/06-deployment/steam.mdx index a60ff6c1..f66c89b0 100644 --- a/docs/03-github/06-deployment/steam.mdx +++ b/docs/03-github/06-deployment/steam.mdx @@ -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.