feat: limit workflow permissions to read only
This commit is contained in:
parent
c7bbd0119f
commit
f5f6f92f9b
|
@ -1,5 +1,9 @@
|
|||
name: Build
|
||||
on: [push, pull_request]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
Loading…
Reference in New Issue