Compare commits

..

2 Commits

Author SHA1 Message Date
azy5030 471b282e64 fix(gitea-runner): fetch source via /api/v1 archive endpoint
CI / build (push) Successful in 6m15s
gitea.com now redirects unauthenticated /gitea/runner/archive/v*.tar.gz to /user/login. The /api/v1/repos/gitea/runner/archive/v*.tar.gz endpoint still serves anonymously and returns byte-identical contents, so the Manifest is unchanged.
2026-06-14 00:01:58 -05:00
gitea-actions 5176b1164b dev-util/gitea-runner: bump to 1.0.6
CI / build (push) Failing after 7m9s
2026-05-23 05:14:11 +00:00
+1 -1
View File
@@ -10,7 +10,7 @@ set -euo pipefail
PN="gitea-runner" PN="gitea-runner"
UPSTREAM_RSS="https://gitea.com/gitea/runner/releases.rss" UPSTREAM_RSS="https://gitea.com/gitea/runner/releases.rss"
UPSTREAM_ARCHIVE="https://gitea.com/api/v1/repos/gitea/runner/archive" UPSTREAM_ARCHIVE="https://gitea.com/gitea/runner/archive"
UPSTREAM_GOMOD="https://gitea.com/gitea/runner/raw/tag" UPSTREAM_GOMOD="https://gitea.com/gitea/runner/raw/tag"
: "${BUMP_TOKEN:?BUMP_TOKEN is required}" : "${BUMP_TOKEN:?BUMP_TOKEN is required}"