From ee5f85882b87fbdb030c6fb8259bb0a69aa916d3 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sun, 14 Jul 2024 14:24:24 -0700 Subject: [PATCH] gha: checkout token?? --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c0989bd..ee43b8c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -236,6 +236,7 @@ jobs: with: repository: asg017/sqlite-vec-ncruces-bindings path: sqlite-vec-ncruces-bindings + token: ${{secrets.NCRUCES_BINDINGS_REPO_PAT}} - run: cp go-sqlite3/embed/sqlite3.wasm sqlite-vec-ncruces-bindings/sqlite3.wasm - run: | git config user.name "Alex Garcia"