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