Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 348 Bytes

artoo

Personal automations.

Testing locally

  1. Install nektos/act
  2. Make sure docker service is running:
    $ sudo systemctl status docker.service
  3. Run
    $ sudo act
  4. For authentication, with the GitHub CLI installed, run
    $ sudo act -s WORKFLOW_PAT="$(gh auth token)"