We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f42074 commit af09dbfCopy full SHA for af09dbf
1 file changed
.github/workflows/04-advanced-features--04-github-permissions.yaml
@@ -4,8 +4,17 @@ on:
4
5
# Permissions can be defined at the workflow or job level
6
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
7
+
8
+################
9
+# Default Permissions
10
11
+# permissions:
12
+# contents: read
13
+# packages: read
14
15
16
################
-# Full Set
17
+# All Permission Types
18
19
# permissions:
20
# actions: read|write|none
@@ -24,14 +33,6 @@ on:
24
33
# statuses: read|write|none
25
34
26
35
27
-################
28
-# Default (everything unspecified is "none")
29
30
-# permissions:
31
-# contents: read
32
-# packages: read
-
36
jobs:
37
read-only-pr:
38
runs-on: ubuntu-24.04
0 commit comments