We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7922a commit 3045b89Copy full SHA for 3045b89
.github/workflows/ci.yml
@@ -2,6 +2,10 @@ name: ci
2
3
on: [push, pull_request]
4
5
+permissions:
6
+ contents: read
7
+ pull-requests: read
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
0 commit comments