uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
682 stars 151 forks source link

githubToken is required #130

Closed calendulish closed 1 year ago

calendulish commented 1 year ago

githubToken is listed as required parameter in action.yml, so it's not possible to disable the image cache

uraimo commented 1 year ago

Hi, yes, should be false, but it should work anyway, and you should be able to omit it , since it has a default empty value. Will release ne new version without it anyway.