File tree Expand file tree Collapse file tree 5 files changed +17
-0
lines changed
Expand file tree Collapse file tree 5 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 11name : Conformance Checks
22
3+ permissions : {}
4+
35on :
46 push :
57 branches : [main]
Original file line number Diff line number Diff line change 11name : ' Lock threads'
22
3+ permissions : {}
4+
35on :
46 schedule :
57 - cron : ' 55 11 * * 1'
68
79jobs :
810 lock :
11+ permissions :
12+ issues : write
13+ pull-requests : write
14+ discussions : write
915 if : ${{ github.repository == 'panva/node-oidc-provider' }}
1016 continue-on-error : true
1117 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1111 permissions :
1212 id-token : write
1313 steps :
14+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
1415 - name : Checkout
1516 uses : actions/checkout@v4
1617 with :
3233 permissions :
3334 contents : write
3435 steps :
36+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
3537 - name : Checkout
3638 uses : actions/checkout@v4
3739 with :
4446 - npm
4547 runs-on : ubuntu-latest
4648 steps :
49+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
4750 - name : Checkout
4851 uses : actions/checkout@v4
4952 with :
Original file line number Diff line number Diff line change 11name : Retry
22
3+ permissions : {}
4+
35on :
46 workflow_run :
57 workflows :
911
1012jobs :
1113 retry :
14+ permissions :
15+ actions : write
1216 runs-on : ubuntu-latest
1317 if : ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt == 1 }}
1418 steps :
Original file line number Diff line number Diff line change 11name : Test
22
3+ permissions : {}
4+
35on :
46 push :
57 branches : [main]
You can’t perform that action at this time.
0 commit comments