File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed
Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ concurrency:
3939 # Specify whether to cancel any currently running workflow in the same concurrency group:
4040 cancel-in-progress : true
4141
42+ # Global permissions:
43+ permissions :
44+ # Allow read-only access to the repository contents:
45+ contents : read
46+
4247# Workflow jobs:
4348jobs :
4449
Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ concurrency:
3939 # Specify whether to cancel any currently running workflow in the same concurrency group:
4040 cancel-in-progress : true
4141
42+ # Global permissions:
43+ permissions :
44+ # Allow read-only access to the repository contents:
45+ contents : read
46+
4247# Workflow jobs:
4348jobs :
4449
Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ concurrency:
3737 # Specify whether to cancel any currently running workflow in the same concurrency group:
3838 cancel-in-progress : true
3939
40+ # Global permissions:
41+ permissions :
42+ # Allow read-only access to the repository contents:
43+ contents : read
44+
4045# Workflow jobs:
4146jobs :
4247
Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ concurrency:
3939 # Specify whether to cancel any currently running workflow in the same concurrency group:
4040 cancel-in-progress : true
4141
42+ # Global permissions:
43+ permissions :
44+ # Allow read-only access to the repository contents:
45+ contents : read
46+
4247# Workflow jobs:
4348jobs :
4449
Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ concurrency:
3737 # Specify whether to cancel any currently running workflow in the same concurrency group:
3838 cancel-in-progress : true
3939
40+ # Global permissions:
41+ permissions :
42+ # Allow read-only access to the repository contents:
43+ contents : read
44+
4045# Workflow jobs:
4146jobs :
4247
You can’t perform that action at this time.
0 commit comments