From 0c2af395726720bfdd642eb868cac6f40ccfabee Mon Sep 17 00:00:00 2001 From: Alex <15199219+muskit@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:42:27 -0700 Subject: [PATCH] add workflows, app versioning --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d82add..4a7a2a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + token: '${{ secrets.GH_PAT }}' - name: Get Application Version run: |