Skip to content

Commit 8598e1b

Browse files
authored
Update linter.yml
1 parent cd52b91 commit 8598e1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linter.yml

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
name: Lint Code Base
2727
# Set the agent to run on
2828
runs-on: ubuntu-latest
29+
permissions:
30+
contents: read
31+
packages: read
32+
# To report GitHub Actions status checks
33+
statuses: write
2934
##################
3035
# Load all steps #
3136
##################

0 commit comments

Comments
 (0)