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 # pinned checkout of this repo (packaging/aport/); APKBUILD.binary's payload
# must stay identical to that aport's, so the two pipelines cannot skew. # must stay identical to that aport's, so the two pipelines cannot skew.
# #
# Requires the PACKAGE_TOKEN secret (catbot account, package:write scope) to # Publishing needs PACKAGE_TOKEN (catbot account, package:write scope) — an
# publish; without it the build still runs and the publish step skips # org-level secret on Catcrafts since 2026-09-02, shared with fp6-img;
# quietly. # without it the build still runs and the publish step skips quietly.
on: on:
workflow_dispatch: workflow_dispatch: