mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-12 03:45:46 +00:00
It's possible to reuse a GHA workflow from another repo with minimal
YAML. However there are certain requirements, like spelling out all the
required secret values. Also any mention of `ACTIONS_STEP_DEBUG` will
cause failures and must be removed.
As usual, there's no convenient way to test these changes without pushing
to a `main` branch somewhere that also has all the proper secrets
configured. However, I did pattern these changes off of a working setup
in buildah:
|
||
|---|---|---|
| .. | ||
| check_cirrus_cron.yml | ||
| issue-labeler.yml | ||
| labeler.yml | ||
| pr-title.yml | ||
| rerun_cirrus_cron.yml | ||
| stale.yml | ||
| upload-win-installer.yml | ||