Define top level Permission for ci-schedule workflow

Signed-off-by: aditya7302 <aditya7302@gmail.com>
This commit is contained in:
aditya7302 2024-06-20 14:14:21 +05:30
parent 0bc96a2f67
commit 25d5f83043
1 changed files with 3 additions and 0 deletions

View File

@ -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: