Skip to content

Commit e353565

Browse files
committed
fix(ci): clarify fork-safety comment — forks can't write (not read-only)
1 parent ed61ee5 commit e353565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# self-register". We handle pnpm caching manually below with the
7373
# node-version in the key.
7474
# Fork-safety note: actions/cache is equally fork-safe — GitHub
75-
# enforces read-only cache access for fork PRs at the platform level.
75+
# prevents fork PRs from writing to the base repo's cache at the platform level.
7676

7777
- name: Get pnpm store directory
7878
id: pnpm-cache

0 commit comments

Comments
 (0)