Skip to content

Commit

Permalink
Fixing linter permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Leplus committed Jun 6, 2023
1 parent e9ccf71 commit 85c8a2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
# Set the agent to run on
runs-on: ubuntu-latest

############################################
# Grant status permission for MULTI_STATUS #
############################################
permissions:
contents: read
packages: read
statuses: write

##################
# Load all steps #
##################
Expand Down

0 comments on commit 85c8a2c

Please sign in to comment.