Skip to content

Commit

Permalink
Replaced secret username and password with ACF account
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedTail authored Mar 21, 2024
1 parent b0002e7 commit c8f4c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c8f4c77

Please sign in to comment.