docs/ci: chain-*-sdk references (renamed SDK)
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s
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:
parent
36b175d334
commit
62e0d0b7b7
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ The build depends on a sibling checkout of `fai/module-sdk`:
|
|||
└── text-extract/ # this repo
|
||||
```
|
||||
|
||||
This is a temporary path-based dependency. Once `fai-module-sdk`
|
||||
This is a temporary path-based dependency. Once `chain-module-sdk`
|
||||
is published to a registry or a stable git tag, this module's
|
||||
`Cargo.toml` will switch over. The Forgejo CI workflow checks out
|
||||
the SDK repo into a sibling directory before building.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue