fixing wiki generation some more
This commit is contained in:
@@ -71,9 +71,12 @@ so both run natively on ARM and x86 build agents.
|
||||
Publishing is an explicit authenticated step: `./scripts/docs/publish-wiki.sh`.
|
||||
The script derives the lowercase `.wiki.git` repository URL from `origin`,
|
||||
checks it out before generating, and accepts an explicit URL override. No
|
||||
credentials are stored in this repository. The documentation workflow performs
|
||||
the same two-checkout process and requires `GITEA_TOKEN` to have write access to
|
||||
`Koda/openunifi.wiki`.
|
||||
credentials are stored in this repository. The documentation workflow clones the
|
||||
Wiki Git endpoint directly because it is not a normal API repository. Its
|
||||
publishing job requests Gitea's `wiki: write` permission for `GITEA_TOKEN` and
|
||||
passes the token through a transient HTTP authentication header. Repository
|
||||
Actions settings must allow Wiki write access because Gitea clamps requested
|
||||
job permissions to the configured maximum.
|
||||
|
||||
## Automated releases
|
||||
|
||||
|
||||
Reference in New Issue
Block a user