We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b98a30 commit dff165dCopy full SHA for dff165d
.github/workflows/build.yml
@@ -2,6 +2,8 @@ name: build
2
3
on: [push, pull_request]
4
5
+permissions: read-all
6
+
7
jobs:
8
test:
9
runs-on: ${{ matrix.os }}
0 commit comments