ci: PACKAGE_TOKEN is an org-level secret now
All checks were successful
package / package (push) Successful in 1m51s

This commit is contained in:
Jorijn van der Graaf 2026-09-02 00:39:40 +02:00
commit 4558f2afd8

View file

@ -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: