Skip to content

Commit

Permalink
Add permissions for super-linter to allow reporting statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Sep 4, 2024
1 parent 7076598 commit 5fb04ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
# Set the type of machine to run on
runs-on: ubuntu-latest

permissions:
contents: read
packages: read
# To report GitHub Actions status Checks
statuses: write

steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
Expand Down

0 comments on commit 5fb04ad

Please sign in to comment.