From 4558f2afd8b6c8d159e53a0117fb5ca7ed6630f0 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Wed, 2 Sep 2026 00:39:40 +0200 Subject: [PATCH] ci: PACKAGE_TOKEN is an org-level secret now --- .forgejo/workflows/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/package.yml b/.forgejo/workflows/package.yml index e7ed598..9db1013 100644 --- a/.forgejo/workflows/package.yml +++ b/.forgejo/workflows/package.yml @@ -18,9 +18,9 @@ name: package # pinned checkout of this repo (packaging/aport/); APKBUILD.binary's payload # must stay identical to that aport's, so the two pipelines cannot skew. # -# Requires the PACKAGE_TOKEN secret (catbot account, package:write scope) to -# publish; without it the build still runs and the publish step skips -# quietly. +# Publishing needs PACKAGE_TOKEN (catbot account, package:write scope) — an +# org-level secret on Catcrafts since 2026-09-02, shared with fp6-img; +# without it the build still runs and the publish step skips quietly. on: workflow_dispatch: