Skip to content

Commit

Permalink
Fix lintr.yaml permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Mar 31, 2024
1 parent c0ae157 commit 8fbbac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lintr.yml → .github/workflows/lintr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
pull_request:
branches: master

permissions:
contents: read

jobs:
lintr:
permissions:
# for github/codeql-action/upload-sarif to upload SARIF results
security-events: write
uses: pdil/usmapdata/.github/workflows/lintr.yaml@master
secrets: inherit

0 comments on commit 8fbbac8

Please sign in to comment.