Skip to content

Commit

Permalink
fix(ci): give proto.yml all rw permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Mar 13, 2024
1 parent 1226ad4 commit 151536d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
paths:
- "proto/**"

permissions:
contents: read
pull-requests: write
permissions: write-all

jobs:
build:
Expand Down Expand Up @@ -39,9 +37,6 @@ jobs:
input: "proto"

break-check:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 151536d

Please sign in to comment.