pytorch / cpuinfo

CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
BSD 2-Clause "Simplified" License
990 stars 310 forks source link

Add read-only permissions #146

Closed pnacht closed 1 year ago

pnacht commented 1 year ago

Fixes #145.

As mentioned in the issue, it is dangerous to run workflows with write-all permissions. This PR sets build.yml to run with read-only permissions.