Grant security-events: write permissions

This commit is contained in:
Josh Soref 2023-05-22 23:01:26 -04:00
parent 8f9b20ba50
commit dba4f66682
31 changed files with 95 additions and 4 deletions

View file

@ -101,6 +101,10 @@ for file in os.listdir('checks'):
}
},
'name': checkSpecification['name'],
'permissions': {
'contents': 'read',
'security-events': 'write'
},
'timeout-minutes': 45,
'runs-on': '${{ matrix.os }}',
'steps': steps,