Avoid TOTP
This commit is contained in:
parent
f09c935626
commit
14cf4a08ec
|
@ -29,7 +29,7 @@ on:
|
|||
STEAM_USERNAME:
|
||||
type: string
|
||||
required: false
|
||||
STEAM_SHARED_SECRET:
|
||||
STEAM_CONFIG_VDF:
|
||||
type: string
|
||||
required: false
|
||||
|
||||
|
@ -102,17 +102,11 @@ jobs:
|
|||
|
||||
# Upload to steam
|
||||
|
||||
- uses: CyberAndrii/steam-totp@v1
|
||||
name: Generate TOTP
|
||||
id: steam-totp
|
||||
with:
|
||||
shared_secret: ${{ secrets.STEAM_SHARED_SECRET }}
|
||||
|
||||
- uses: game-ci/steam-deploy@v3
|
||||
if: always() && github.event_name == 'release' && inputs.STEAM_APP_ID
|
||||
with:
|
||||
username: ${{ secrets.STEAM_USERNAME }}
|
||||
totp: ${{ steps.steam-totp.outputs.code }}
|
||||
configVdf: ${{ secrets.STEAM_CONFIG_VDF }}
|
||||
appId: ${{ inputs.STEAM_APP_ID }}
|
||||
buildDescription: ${{ inputs.VERSION }}
|
||||
rootPath: .
|
||||
|
|
Loading…
Reference in New Issue
Block a user