set test_rust.yml permissions

Signed-off-by: Joyce <joycebrum@google.com>
pull/12971/head
Joyce 2 years ago committed by GitHub
parent 52a22880d9
commit 8d2613439f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/test_rust.yml

@ -8,6 +8,9 @@ on:
description: "The SHA key for the commit we want to run over"
type: string
permissions:
contents: read
jobs:
linux:
name: Linux
@ -26,4 +29,4 @@ jobs:
bazel: |
test //rust/upb_kernel:upb_test //rust/cpp_kernel:cpp_test \
//rust/test/rust_proto_library_unit_test:rust_upb_aspect_test \
//rust/upb_kernel:upb_test //src/google/protobuf/compiler/rust/...
//rust/upb_kernel:upb_test //src/google/protobuf/compiler/rust/...

Loading…
Cancel
Save