Skip to content

Commit 0b18e97

Browse files
authored
Update README.md to remove codeql warning about permissions
1 parent 5e80072 commit 0b18e97

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ on:
2929
jobs:
3030
create-matrix:
3131
runs-on: ubuntu-latest
32+
permissions:
33+
# required for all workflows
34+
security-events: write
35+
36+
# required to fetch internal or private CodeQL packs
37+
packages: read
38+
39+
# only required for workflows in private repositories
40+
actions: read
41+
contents: read
3242
outputs:
3343
matrix: ${{ steps.set-matrix.outputs.matrix }}
3444
steps:

0 commit comments

Comments
 (0)