Skip to content

Commit

Permalink
using repository vars for steam settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesuaheli committed May 5, 2024
1 parent 6158902 commit 669702d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
- name: Deploy to Steamworks
uses: game-ci/steam-deploy@v3
with:
username: ${{ secrets.STEAM_USERNAME }}
username: ${{ vars.SteamUsername }}
configVdf: ${{ secrets.STEAM_CONFIG_VDF}}
appId: 2978800
appId: ${{ vars.SteamAppID }}
buildDescription: github-${{ steps.vars.outputs.sha_short }} ${{ github.event.head_commit.message }}
rootPath: build
depot1Path: '.'
releaseBranch: alpha

0 comments on commit 669702d

Please sign in to comment.