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"