#!/usr/bin/env sh
# Keep pipelines able to run and write. On this forge the release jobs act
# through the project access token install-bot stores, so there is no
# per-permission switch to grant; what this step proves is that CI is
# enabled at all, which a fresh or imported project can have off.
project=""
# The forge CLI may pretty-print JSON; stripping whitespace makes every
# pattern below hold for the compact and the pretty form alike, and no
# value a pattern touches can carry whitespace of its own.
| |