mirror of https://github.com/grpc/grpc-node.git
build: harden grpc-tools-build.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
e77eea777e
commit
787aba72cf
|
@ -8,6 +8,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
linux_build:
|
||||
name: Linux grpc-tools Build
|
||||
|
|
Loading…
Reference in New Issue