Replaced secret username and password with ACF account

This commit is contained in:
TwistedTail 2024-03-20 21:26:27 -03:00 committed by GitHub
parent b0002e7967
commit c8f4c77543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,5 +17,5 @@ jobs:
type: "ServerContent"
tag1: "build"
env:
STEAM_USERNAME: ${{ secrets.STEAM_USER1_NAME }}
STEAM_PASSWORD: ${{ secrets.STEAM_USER1_PASS }}
STEAM_USERNAME: ${{ secrets.ACF_STEAM_ACCOUNT }}
STEAM_PASSWORD: ${{ secrets.ACF_STEAM_PASSWORD }}