diff --git a/.github/workflows/nwserver.yml b/.github/workflows/nwserver.yml index a43146d..877f9d1 100644 --- a/.github/workflows/nwserver.yml +++ b/.github/workflows/nwserver.yml @@ -8,6 +8,9 @@ jobs: - name: version id: version uses: ./.github/actions/version/ + with: + steam_username: ${{ secrets.STEAM_USER }} + steam_password: ${{ secrets.STEAM_PASS }} - run: | echo "stable: ${{ steps.version.outputs.stable }}" echo "development: ${{ steps.version.outputs.development }}"