Skip to content

Commit d78fb44

Browse files
committed
adding secrets to login
1 parent 5acd8f1 commit d78fb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dayz_srp_sakhal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: CyberAndrii/setup-steamcmd@v1
1515

1616
- name: Update app
17-
run: steamcmd +login anonymous +app_update 830640 validate +quit
17+
run: steamcmd +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +app_update 830640 validate +quit
1818

1919
- name: Install Mikero Tools
2020
uses: arma-actions/mikero-tools@latest

0 commit comments

Comments
 (0)