fix: haskelseed-native Gitea Actions without GitHub marketplace
Replace actions/checkout and setup-python with internal git clone and system python3. Drops CI matrix to a single job on the self-hosted runner.
This commit is contained in:
parent
2a03eed012
commit
4daf8635d1
3 changed files with 34 additions and 34 deletions
|
|
@ -64,7 +64,8 @@ Configure in Gitea: **Repository → Settings → Actions → Secrets**.
|
|||
| `PACKAGE_TOKEN` | Gitea API token with `write:package` scope |
|
||||
|
||||
Gitea rejects secret names prefixed with `GITEA_` — use `PACKAGE_USER` / `PACKAGE_TOKEN`
|
||||
(not `GITEA_PACKAGE_USER`).
|
||||
(not `GITEA_PACKAGE_USER`). Workflows use `runs-on: haskelseed` and native `git clone`
|
||||
(no GitHub Marketplace actions).
|
||||
|
||||
The publish workflow fails at the upload step when either secret is missing or
|
||||
invalid. Do not commit tokens to the repository.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue