Skip to content

Commit

Permalink
Define top level Permission for ci-schedule-compatibility workflow
Browse files Browse the repository at this point in the history
Signed-off-by: aditya7302 <[email protected]>
  • Loading branch information
aditya7302 authored and RainbowMango committed Aug 6, 2024
1 parent 4124ba8 commit 284b9de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-schedule-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
# Run this workflow "At 20:00 UTC on Sunday and Saturday"
- cron: '0 20 * * 0,6'

permissions:
contents: read # Required by actions/checkout to fetch the repository contents.

jobs:
e2e:
name: e2e test
Expand Down

0 comments on commit 284b9de

Please sign in to comment.