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 <aditya7302@gmail.com>
  • Loading branch information
aditya7302 committed Jun 20, 2024
1 parent 0bc96a2 commit bce8c21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-schedule-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
# Run this workflow "At 20:00 UTC on Sunday and Saturday"
- cron: '0 20 * * 0,6'

permissions:
actions: write # Used by nick-fields/retry@v3.0.0 to retry job steps if needed.
contents: read # Required by actions/checkout@v4 to fetch the repository contents.
deployments: write # Needed to manage deployments for setting up the test environment.
statuses: read # Necessary to check the status of deployments before running tests.

jobs:
e2e:
name: e2e test
Expand Down

0 comments on commit bce8c21

Please sign in to comment.