Skip to content

Commit

Permalink
Define top level Permission for ci-schedule workflow
Browse files Browse the repository at this point in the history
Signed-off-by: aditya7302 <aditya7302@gmail.com>
  • Loading branch information
aditya7302 committed Jul 3, 2024
1 parent 0bc96a2 commit e71813c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 # Necessary for fetching the repository contents, enabling actions like actions/checkout@v4 to work properly.

jobs:
e2e:
Expand Down

0 comments on commit e71813c

Please sign in to comment.