Skip to content

Commit

Permalink
fix: declare required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed May 6, 2021
1 parent 4e90539 commit c615c70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ on:
pull_request:
types: [labeled, unlabeled]

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

jobs:
job:
runs-on: ubuntu-latest
Expand All @@ -128,6 +133,11 @@ on:
pull_request:
types: [labeled, unlabeled]

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

jobs:
job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c615c70

Please sign in to comment.