From f82316a077e3aafc0d965cd0818b66a0146d089a Mon Sep 17 00:00:00 2001 From: Marcus Dunn <51931484+MarcusDunn@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:13:13 -0800 Subject: [PATCH] Update update-toml-version.yaml --- .github/workflows/update-toml-version.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-toml-version.yaml b/.github/workflows/update-toml-version.yaml index f756b7ae..fb017885 100644 --- a/.github/workflows/update-toml-version.yaml +++ b/.github/workflows/update-toml-version.yaml @@ -17,6 +17,8 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Update version in TOML files + env: + GH_TOKEN: ${{ github.token }} run: | # Extract the current version from the TOML file CURRENT_VERSION=$(awk -F '"' '/^version/ {print $2}' llama-cpp-2/Cargo.toml)