Browse Source

changed permissions of linting

pull/74/head
Jelle van Snik 3 years ago
parent
commit
ea83df94b7
  1. 7
      .github/workflows/linting.yml

7
.github/workflows/linting.yml

@ -5,10 +5,13 @@ on: @@ -5,10 +5,13 @@ on:
branches:
- master
- next
pull_request:
pull_request_target:
types: [opened, reopened]
permissions: read-all
# needs write to add annotations
permissions:
checks: write
contents: write
jobs:
linting:

Loading…
Cancel
Save