Skip to content

Commit 7cddeeb

Browse files
ci: add GitHub token permissions for workflow (#792)
Signed-off-by: Varun Sharma <[email protected]>
1 parent 44f1866 commit 7cddeeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
paths-ignore:
1717
- "README.md"
1818
- "release-notes/*"
19+
permissions:
20+
contents: read
21+
1922
jobs:
2023
build:
2124
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)