Skip to content

Commit

Permalink
Merge pull request karmada-io#5068 from aditya7302/ci-schedule-compat…
Browse files Browse the repository at this point in the history
…ibility-token-permission

Define top level Permission for ci-schedule-compatibility workflow
  • Loading branch information
karmada-bot authored Aug 6, 2024
2 parents c66b2b8 + 284b9de commit 19f3529
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 19f3529

Please sign in to comment.