docs/ci: chain-*-sdk references (renamed SDK)
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-16 11:32:22 +02:00
parent d5894c7bd4
commit f7ec4e59bf
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ jobs:
git fetch --depth=1 origin "$GITHUB_SHA" git fetch --depth=1 origin "$GITHUB_SHA"
git checkout -q FETCH_HEAD 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 # that lives in another Forgejo org. The repo-scoped
# GITHUB_TOKEN cannot read it, and the Forgejo instance has # GITHUB_TOKEN cannot read it, and the Forgejo instance has
# REQUIRE_SIGNIN_VIEW=true so anonymous read is also denied. # REQUIRE_SIGNIN_VIEW=true so anonymous read is also denied.

View file

@ -56,7 +56,7 @@ jobs:
git fetch --depth=1 origin "$GITHUB_SHA" git fetch --depth=1 origin "$GITHUB_SHA"
git checkout -q FETCH_HEAD 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 # behind REQUIRE_SIGNIN_VIEW. MODULE_SDK_PAT (org-level
# secret, read-only on fai/module-sdk) authenticates cargo's # secret, read-only on fai/module-sdk) authenticates cargo's
# git fetch via insteadOf. # git fetch via insteadOf.

View file

@ -47,7 +47,7 @@ cargo build --release --target wasm32-wasip2
## SDK source ## 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 `https://git.flemming.ws/fai/module-sdk.git`. The Forgejo
instance has `REQUIRE_SIGNIN_VIEW=true`, so anonymous clones instance has `REQUIRE_SIGNIN_VIEW=true`, so anonymous clones
fail; CI uses the `MODULE_SDK_PAT` actions secret + `git config fail; CI uses the `MODULE_SDK_PAT` actions secret + `git config