ci: use DEPLOY_TOKEN secret (GITEA_ prefix is reserved)
Gitea forbids secret names starting with GITEA_; map the DEPLOY_TOKEN secret to the GITEA_TOKEN env var consumed by publish.sh.
This commit is contained in:
@@ -35,4 +35,5 @@ Bundles are built from `package.json#version`, so the registry upload uses the n
|
||||
|
||||
CI verifies (format, lint, schema check, tests) and builds bundles on every push/PR. On `main`
|
||||
the `publish` job uploads the bundles to the Gitea generic package registry using the
|
||||
`GITEA_TOKEN` repository secret (requires `write:package` scope).
|
||||
`DEPLOY_TOKEN` repository secret (requires `write:package` scope). Secret names cannot start
|
||||
with the reserved `GITEA_` prefix.
|
||||
Reference in New Issue
Block a user