Merge pull request #5068 from aditya7302/ci-schedule-compatibility-token-permission
Define top level Permission for ci-schedule-compatibility workflow
This commit is contained in:
commit
19f352938d
|
@ -4,6 +4,9 @@ on:
|
||||||
# Run this workflow "At 20:00 UTC on Sunday and Saturday"
|
# Run this workflow "At 20:00 UTC on Sunday and Saturday"
|
||||||
- cron: '0 20 * * 0,6'
|
- cron: '0 20 * * 0,6'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read # Required by actions/checkout to fetch the repository contents.
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
e2e:
|
e2e:
|
||||||
name: e2e test
|
name: e2e test
|
||||||
|
|
Loading…
Reference in New Issue