mirror of
https://github.com/coredns/coredns.git
synced 2025-12-02 08:34:07 -05:00
Add additional permissions (#5217)
* Add additional permissions Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix yamllint warning Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
4
.github/workflows/whitespace.yml
vendored
4
.github/workflows/whitespace.yml
vendored
@@ -4,9 +4,13 @@ on:
|
||||
schedule:
|
||||
- cron: '22 10 * * 2'
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
fix:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||
|
||||
Reference in New Issue
Block a user