Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.45 KB

PIPELINE.adoc

File metadata and controls

50 lines (36 loc) · 1.45 KB

GitHub Actions Pipeline

Overview

This might be a good introduction to GitHub Actions.

The entire functionality here is just one GitHub Actions Workflow file.

There is a simpler workflow you can start with: ../.github/workflows/build_simple.yaml-disabled

TODO

Tools

For maintenance, if something breaks, use these tools:

Resource usage and cost

TODO

Security

Go to github.com/${OWNER}/${REPO}/settings/actions (relative link) and select: Actions permissions → Allow OWNER, and select non-OWNER, actions and reusable workflows. Enable Allow actions created by GitHub. Add ncipollo/release-action@v* to Allow specified actions and reusable workflows.

TODO: Find a way to do this with gh.