Restrict CI workflow permissions to readonly contents
This commit is contained in:
parent
13dfdae6ab
commit
d3d0381d2c
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -7,6 +7,9 @@ on:
|
||||
branches: [ "master" ]
|
||||
workflow_call:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
Reference in New Issue
Block a user