mirror of https://github.com/grpc/grpc-go.git
build: harden GitHub Workflow permissions (#5660)
Signed-off-by: Alex Low <aleksandrosansan@gmail.com>
This commit is contained in:
parent
8458251c6b
commit
e8866a83ed
|
@ -6,6 +6,9 @@ on:
|
|||
|
||||
jobs:
|
||||
release:
|
||||
permissions:
|
||||
contents: write # to upload release asset (actions/upload-release-asset)
|
||||
|
||||
name: Release cmd/protoc-gen-go-grpc
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.event.release.tag_name, 'cmd/protoc-gen-go-grpc/')
|
||||
|
|
Loading…
Reference in New Issue