File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ concurrency:
1414 group : check-typo-${{ github.head_ref || github.ref }}
1515 cancel-in-progress : true
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 check-typo :
1922 name : Check Typo using codespell
Original file line number Diff line number Diff line change 2323 POSTGRES_PASSWORD : postgres
2424 POSTGRES_DB : postgres
2525
26+ permissions :
27+ contents : read
28+
2629jobs :
2730 lint :
2831 name : Lint
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ concurrency:
1717 group : lint-bash-${{ github.head_ref || github.ref }}
1818 cancel-in-progress : true
1919
20+ permissions :
21+ contents : read
22+
2023jobs :
2124 lint-bash :
2225 name : Lint Bash Scripts
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ concurrency:
1414 group : lint-format-${{ github.head_ref || github.ref }}
1515 cancel-in-progress : true
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 lint-format :
1922 name : Lint File Endings & Trailing Whitespaces
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ concurrency:
2121 group : lint-markdown-${{ github.head_ref || github.ref }}
2222 cancel-in-progress : true
2323
24+ permissions :
25+ contents : read
26+
2427jobs :
2528 lint-markdown :
2629 name : Lint Markdown Files
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ concurrency:
1818 group : lint-yaml-${{ github.head_ref || github.ref }}
1919 cancel-in-progress : true
2020
21+ permissions :
22+ contents : read
23+
2124jobs :
2225 lint-yaml :
2326 name : Lint YAML Files
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ concurrency:
2525env :
2626 PARADEDB_VERSION : ${{ inputs.version || github.event.client_payload.version }}
2727
28+ permissions :
29+ contents : read
30+ issues : write
31+
2832jobs :
2933 schema-compat :
3034 name : Check Schema Compatibility
You can’t perform that action at this time.
0 commit comments