Skip to content

Commit ebc2551

Browse files
committed
TEMP/check permissions
1 parent edbea9f commit ebc2551

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

.github/workflows/label-merge-conflicts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
name: Check PRs for merge conflicts
2121

2222
steps:
23+
- name: Check what permission are needed
24+
uses: GitHubSecurityLab/actions-permissions/monitor@v1
25+
with:
26+
config: ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
27+
2328
- name: Check PRs for merge conflicts
2429
uses: eps1lon/actions-label-merge-conflict@v3
2530
with:

.github/workflows/reusable-markdownlint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12+
- name: Check what permission are needed
13+
uses: GitHubSecurityLab/actions-permissions/monitor@v1
14+
with:
15+
config: ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
16+
1217
- name: Checkout code
1318
uses: actions/checkout@v5
1419

.github/workflows/reusable-phpstan.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
runs-on: "ubuntu-latest"
2121

2222
steps:
23+
- name: Check what permission are needed
24+
uses: GitHubSecurityLab/actions-permissions/monitor@v1
25+
with:
26+
config: ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
27+
2328
- name: Checkout code
2429
uses: actions/checkout@v5
2530

.github/workflows/reusable-remark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Check what permission are needed
19+
uses: GitHubSecurityLab/actions-permissions/monitor@v1
20+
with:
21+
config: ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
22+
1823
- name: Checkout code
1924
uses: actions/checkout@v5
2025

.github/workflows/reusable-yamllint.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
runs-on: ubuntu-latest
19+
- name: Check what permission are needed
20+
uses: GitHubSecurityLab/actions-permissions/monitor@v1
21+
with:
22+
config: "{ "create_artifact": false, "enabled": true, "debug": false }"
23+
1824
- name: Checkout code
1925
uses: actions/checkout@v5
2026

@@ -37,6 +43,11 @@ jobs:
3743
runs-on: ubuntu-latest
3844

3945
steps:
46+
- name: Check what permission are needed
47+
uses: GitHubSecurityLab/actions-permissions/monitor@v1
48+
with:
49+
config: "{ "create_artifact": false, "enabled": true, "debug": false }"
50+
4051
- name: Checkout code
4152
uses: actions/checkout@v5
4253

0 commit comments

Comments
 (0)