We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7520bdf commit 452d7aaCopy full SHA for 452d7aa
2 files changed
.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_linux:
11
runs-on: ubuntu-latest
.github/workflows/systemtest.yml
@@ -2,6 +2,10 @@ name: system test
0 commit comments