mirror of
https://github.com/ACF-Team/CFW.git
synced 2025-03-04 03:03:16 -05:00
Replaced secret username and password with ACF account
This commit is contained in:
parent
b0002e7967
commit
c8f4c77543
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user