Potential fix for code scanning alert no. 52: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
3c7613f115
commit
d1cb1af584
|
|
@ -1,5 +1,8 @@
|
|||
name: Daily Docker Model Runner Health Check
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run daily at 6 AM UTC
|
||||
|
|
|
|||
Loading…
Reference in New Issue