ci: PACKAGE_TOKEN is an org-level secret now
All checks were successful
package / package (push) Successful in 1m51s
All checks were successful
package / package (push) Successful in 1m51s
This commit is contained in:
parent
87376ccd9c
commit
4558f2afd8
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue