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:
@@ -12,7 +12,7 @@ help:
|
||||
@echo " lint Run regal lint (requires regal on PATH)"
|
||||
@echo " test Run opa test for every rule and gate"
|
||||
@echo " build Build OPA bundles into dist/"
|
||||
@echo " publish Publish bundles to Gitea generic registry (needs GITEA_TOKEN)"
|
||||
@echo " publish Publish bundles to Gitea generic registry (needs GITEA_TOKEN env)"
|
||||
@echo " changeset Create a changeset for a new version"
|
||||
@echo " version Apply changesets to bump package versions"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user