We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db790ba commit 829f50cCopy full SHA for 829f50c
.github/workflows/ci.yml
@@ -69,6 +69,7 @@ jobs:
69
runs-on: ubuntu-latest
70
timeout-minutes: 5
71
permissions:
72
+ contents: read
73
security-events: write
74
steps:
75
- name: Checkout
.github/workflows/pull-request.yml
@@ -2,6 +2,8 @@ name: Pull Request
2
on:
3
pull_request:
4
branches: main
5
+permissions:
6
7
jobs:
8
ci:
9
name: CI
@@ -12,6 +14,9 @@ jobs:
12
14
label:
13
15
name: Label
16
17
+ permissions:
18
19
+ pull-requests: write
20
21
22
- name: Apply labels
0 commit comments