- nektos/act runner
- A PAT GitHub Token with read access to public repositories
The options in the following command may be put in your local ~/.config/act/actrc file (create it if it does not exist). It is recommended that you at least put your PAT token in there.
act -P ubuntu-latest="catthehacker/ubuntu:act-latest" \
-s GITHUB_TOKEN="$GITHUB_PAT_TOKEN" \
--artifact-server-path "$PWD/.artifacts" \
-W ".github/workflows/release.yaml" \
schedule