Remove token permissions for coverage. (#124909)
The coverage build does not require write access to checks.
This commit is contained in:
parent
c368d64d88
commit
8bbe71787a
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -15,8 +15,6 @@ permissions: read-all
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
permissions:
|
|
||||||
checks: write # for coverallsapp/github-action to create new checks
|
|
||||||
name: coverage
|
name: coverage
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.repository == 'flutter/flutter' }}
|
if: ${{ github.repository == 'flutter/flutter' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user