diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 6dc9d5f..b59d401 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -22,7 +22,7 @@ # nothing releasable -> no release is cut # (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_TOKEN — Gitea access token. For image builds it needed # write:package; THIS workflow additionally needs @@ -46,7 +46,7 @@ concurrency: env: GITEA_HOST: gitea.whitlocktech.com - REPO: UOM/link + REPO: RunicGateway/link WORKDIR: sidecar BIN: uo-link-sidecar LINUX_TARGET: x86_64-unknown-linux-gnu