Skip to content

Commit 685fc11

Browse files
authored
ci: linting pipeline permission fix (#1475)
* Linting pipeline permission fix * Update linter.yml
1 parent 330783f commit 685fc11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/linter.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ jobs:
2626
name: Lint Code Base
2727
# Set the agent to run on
2828
runs-on: ubuntu-latest
29-
permissions: read-all
30-
29+
permissions:
30+
contents: read
31+
packages: read
32+
# To report GitHub Actions status checks
33+
statuses: write
3134
##################
3235
# Load all steps #
3336
##################

0 commit comments

Comments
 (0)