mirror of
https://github.com/teamchong/pxpipe.git
synced 2026-07-22 02:02:51 +02:00
c399abd63c
The workflow only checks out, builds, and tests — it never writes to the repo, so scope GITHUB_TOKEN down to contents: read (GitHub's recommended least privilege; the default token grant is broader than this job needs). Also add a per-ref concurrency group so a new push to a PR cancels its superseded run. No job/step logic changed; Node stays on 22 (current LTS).