Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 614 Bytes

File metadata and controls

20 lines (14 loc) · 614 Bytes

Development instructions

Run a test release workflow

Pre-requisites

  • nektos/act runner
  • A PAT GitHub Token with read access to public repositories

Run the test

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