mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-12 13:59:35 +02:00
codel permissions?
This commit is contained in:
parent
ea2da63cf2
commit
678ed23853
5
.github/workflows/nightly-scan-licenses.yml
vendored
5
.github/workflows/nightly-scan-licenses.yml
vendored
@ -11,6 +11,11 @@ on:
|
||||
schedule:
|
||||
- cron: '0 14 * * *' # Runs every day at 6 AM PST / 7 AM PDT / 2 PM UTC
|
||||
workflow_dispatch: # Allows manual triggering
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
jobs:
|
||||
scan-licenses:
|
||||
|
Loading…
x
Reference in New Issue
Block a user