Merge pull request #5069 from aditya7302/ci-schedule-token-permission
Define top level Permission for ci-schedule workflow
This commit is contained in:
commit
828461ad63
|
@ -4,6 +4,9 @@ on:
|
||||||
# Run this workflow "At 18:00 UTC on Sunday and Saturday"
|
# Run this workflow "At 18:00 UTC on Sunday and Saturday"
|
||||||
- cron: '0 18 * * 0,6'
|
- cron: '0 18 * * 0,6'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
e2e:
|
e2e:
|
||||||
name: e2e test
|
name: e2e test
|
||||||
|
|
Loading…
Reference in New Issue