From f7ec4e59bfec29f7ad0b7dbda7b60309e2c1ec91 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Tue, 16 Jun 2026 11:32:22 +0200 Subject: [PATCH] docs/ci: chain-*-sdk references (renamed SDK) Signed-off-by: flemming-it --- .forgejo/workflows/ci.yml | 2 +- .forgejo/workflows/sign.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 89d5a1d..56ea4e9 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: git fetch --depth=1 origin "$GITHUB_SHA" git checkout -q FETCH_HEAD - # The fai-module-sdk dependency is a git dep against a repo + # The chain-module-sdk dependency is a git dep against a repo # that lives in another Forgejo org. The repo-scoped # GITHUB_TOKEN cannot read it, and the Forgejo instance has # REQUIRE_SIGNIN_VIEW=true so anonymous read is also denied. diff --git a/.forgejo/workflows/sign.yml b/.forgejo/workflows/sign.yml index 030fe82..07e2303 100644 --- a/.forgejo/workflows/sign.yml +++ b/.forgejo/workflows/sign.yml @@ -56,7 +56,7 @@ jobs: git fetch --depth=1 origin "$GITHUB_SHA" git checkout -q FETCH_HEAD - # The fai-module-sdk dependency lives in another Forgejo org + # The chain-module-sdk dependency lives in another Forgejo org # behind REQUIRE_SIGNIN_VIEW. MODULE_SDK_PAT (org-level # secret, read-only on fai/module-sdk) authenticates cargo's # git fetch via insteadOf. diff --git a/README.md b/README.md index 779afe6..8e9d741 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ cargo build --release --target wasm32-wasip2 ## SDK source -The Cargo.toml git-deps `fai-module-sdk` from +The Cargo.toml git-deps `chain-module-sdk` from `https://git.flemming.ws/fai/module-sdk.git`. The Forgejo instance has `REQUIRE_SIGNIN_VIEW=true`, so anonymous clones fail; CI uses the `MODULE_SDK_PAT` actions secret + `git config