Skip to content

Commit

Permalink
🌱 Fixes permission for main.yml action
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensrinivasan committed Sep 15, 2021
1 parent 8b7da7c commit e59ba4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
validate:
name: Validate
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Install Protoc
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
Expand All @@ -38,6 +40,8 @@ jobs:
license-check:
name: license boilerplate check
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
- uses: actions/setup-go@331ce1d993939866bb63c32c6cbbfd48fa76fc57 # v2.1.3
Expand Down

0 comments on commit e59ba4a

Please sign in to comment.