File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 15
15
contents : read # to clone the repo
16
16
steps :
17
17
- name : monitor action permissions
18
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
19
18
- name : check user authorization # user needs triage permission
20
19
uses : actions/github-script@v7
21
20
id : check-permissions
Original file line number Diff line number Diff line change 14
14
name : ' Update comment'
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : GitHubSecurityLab/actions-permissions/monitor@v1
18
17
- name : Download artifact
19
18
uses : actions/download-artifact@v4
20
19
with :
Original file line number Diff line number Diff line change 17
17
name : Release
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : GitHubSecurityLab/actions-permissions/monitor@v1
21
20
- name : Checkout Repo
22
21
uses : actions/checkout@v4
23
22
with :
You can’t perform that action at this time.
0 commit comments