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" ]
|
branches: [ "master" ]
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user