Skip to content

Commit 17e871a

Browse files
authored
Update permissions in super-linter workflow
1 parent 2a44f43 commit 17e871a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
build:
1414
permissions:
1515
contents: read # for actions/checkout to fetch code
16+
packages: read
17+
issues: write
18+
pull-requests: write
1619
statuses: write # for github/super-linter/slim to mark status of each linter run
1720
name: Lint Code Base
1821
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)