Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Jun 14, 2023
1 parent 86f70e6 commit 9742144
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
- labeled
- unlabeled

permissions:
contents: read

jobs:
handle-ci-label:
if: github.event.label.name == 'ci:fulltest'
uses: ./.github/workflows/build.yml
permissions:
contents: write
issues: write
pull-requests: write

0 comments on commit 9742144

Please sign in to comment.