Merge pull request #5069 from aditya7302/ci-schedule-token-permission
Define top level Permission for ci-schedule workflow
This commit is contained in:
commit
828461ad63
|
@ -3,6 +3,9 @@ on:
|
|||
schedule:
|
||||
# Run this workflow "At 18:00 UTC on Sunday and Saturday"
|
||||
- cron: '0 18 * * 0,6'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
e2e:
|
||||
|
|
Loading…
Reference in New Issue