Skip to content

Commit

Permalink
Move permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBrassoud committed Mar 7, 2024
1 parent 596a8ef commit 6acfe07
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ on:
pull_request:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI

permissions:
pull-requests: write

jobs:
lint:
clone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

lint:
needs: clone
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
# - name: arduino-lint
# uses: arduino/arduino-lint-action@v1
# with:
Expand Down

0 comments on commit 6acfe07

Please sign in to comment.