Skip to content

Commit a7d45f2

Browse files
committed
Update README.md
1 parent 288ee30 commit a7d45f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
shared_secret: ${{ secrets.STEAM_SHARED_SECRET }}
6666
- uses: game-ci/steam-deploy@v3
6767
with:
68-
username: ${{ secrets.STEAM_USERNAME }}
68+
username: ${{ secrets.STEAM_USERNAME }}
69+
password: ${{ secrets.STEAM_PASSWORD }}
6970
totp: ${{ steps.steam-totp.outputs.code }}
7071
appId: 1234560
7172
buildDescription: v1.2.3

0 commit comments

Comments
 (0)