2 Commits

Author SHA1 Message Date
6542282ffb Merge pull request 'chore(org): retarget release workflow to RunicGateway/link' (#9) from chore/org-rename-runicgateway into main
All checks were successful
Release sidecar / release (push) Successful in 12s
Reviewed-on: #9
Reviewed-by: Colby Whitlock <whitlocktech@gmail.com>
2026-07-18 04:48:10 +00:00
957f5701d4 chore(org): retarget release workflow to RunicGateway/link
Repo was transferred UOM -> RunicGateway. The REPO env var drives both
the git push URL (bump commit + tag) and the release API base, so the
release workflow would otherwise still target the old UOM/link path.
2026-07-17 23:47:25 -05:00

View File

@@ -22,7 +22,7 @@
# nothing releasable -> no release is cut # nothing releasable -> no release is cut
# (first ever run, no tag) -> releases the current Cargo.toml version as-is # (first ever run, no tag) -> releases the current Cargo.toml version as-is
# #
# Prerequisites (Settings → Actions → Secrets on UOM/link): # Prerequisites (Settings → Actions → Secrets on RunicGateway/link):
# REGISTRY_USER — Gitea username the token below belongs to # REGISTRY_USER — Gitea username the token below belongs to
# REGISTRY_TOKEN — Gitea access token. For image builds it needed # REGISTRY_TOKEN — Gitea access token. For image builds it needed
# write:package; THIS workflow additionally needs # write:package; THIS workflow additionally needs
@@ -46,7 +46,7 @@ concurrency:
env: env:
GITEA_HOST: gitea.whitlocktech.com GITEA_HOST: gitea.whitlocktech.com
REPO: UOM/link REPO: RunicGateway/link
WORKDIR: sidecar WORKDIR: sidecar
BIN: uo-link-sidecar BIN: uo-link-sidecar
LINUX_TARGET: x86_64-unknown-linux-gnu LINUX_TARGET: x86_64-unknown-linux-gnu