Skip to content

Commit b70debc

Browse files
committed
ci: Specify default token permissions
This reduces the permission of the default GitHub token to only the one specified, we don't need anything else.
1 parent c2c03c4 commit b70debc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ env:
1212
DEBIAN_FRONTEND: noninteractive
1313
TESTS_TIMEOUT: 10 # in minutes
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
check-autotools:
1720
name: Build with gcc and test

0 commit comments

Comments
 (0)