From 008d450c947bf397adb23df3d903bcd776e99d63 Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Wed, 11 Feb 2026 02:56:54 +0530 Subject: [PATCH] Update subproject commit reference in skills directory and standardize quotation marks in workflow configuration - Updated the subproject commit reference in the skills directory. - Standardized quotation marks in the package-and-publish.yml workflow for consistency. - Added token configuration for GitHub actions to enhance security. --- .github/workflows/package-and-publish.yml | 26 ++++++++++++----------- skills | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/workflows/package-and-publish.yml b/.github/workflows/package-and-publish.yml index c10f56289..afca21474 100644 --- a/.github/workflows/package-and-publish.yml +++ b/.github/workflows/package-and-publish.yml @@ -14,7 +14,7 @@ on: branches: - develop workflow_run: - workflows: ['Version Bump'] + workflows: ["Version Bump"] types: - completed branches: @@ -45,6 +45,7 @@ jobs: with: fetch-depth: 1 ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref }} + token: ${{ secrets.XGITHUB_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v4 @@ -169,15 +170,15 @@ jobs: fail-fast: false matrix: settings: - - platform: 'macos-latest' - args: '--target aarch64-apple-darwin' - target: 'aarch64-apple-darwin' - - platform: 'macos-latest' - args: '--target x86_64-apple-darwin' - target: 'x86_64-apple-darwin' - - platform: 'ubuntu-22.04' - args: '' - target: '' + - platform: "macos-latest" + args: "--target aarch64-apple-darwin" + target: "aarch64-apple-darwin" + - platform: "macos-latest" + args: "--target x86_64-apple-darwin" + target: "x86_64-apple-darwin" + - platform: "ubuntu-22.04" + args: "" + target: "" runs-on: ${{ matrix.settings.platform }} steps: - name: Checkout @@ -185,6 +186,7 @@ jobs: with: fetch-depth: 1 submodules: true + token: ${{ secrets.XGITHUB_TOKEN }} ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref }} - name: Set Xcode version @@ -197,7 +199,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 24.x - cache: 'yarn' + cache: "yarn" - name: Install Rust stable uses: dtolnay/rust-toolchain@stable @@ -320,7 +322,7 @@ jobs: # macOS 10.15+ required for std::filesystem used by llama.cpp MACOSX_DEPLOYMENT_TARGET: ${{ matrix.settings.platform == 'macos-latest' && '10.15' || '' }} with: - args: '-c ${{ steps.config-overrides.outputs.json }} ${{ matrix.settings.args }}' + args: "-c ${{ steps.config-overrides.outputs.json }} ${{ matrix.settings.args }}" includeDebug: ${{ needs.get-version.outputs.should-publish == '' && inputs.forceRelease != 'true' }} includeRelease: ${{ needs.get-version.outputs.should-publish != '' || inputs.forceRelease == 'true' }} # TDLib dylibs are now bundled natively via build.rs + tauri.conf.json macOS.frameworks diff --git a/skills b/skills index 91b4f1f7e..640518e8c 160000 --- a/skills +++ b/skills @@ -1 +1 @@ -Subproject commit 91b4f1f7e7918c3eded06a53bcb87a354c972b9f +Subproject commit 640518e8cc3792c8f0a5565294ff791d75f375d5