Remove token permissions for coverage. (#124909)

The coverage build does not require write access to checks.
This commit is contained in:
godofredoc 2023-04-17 10:31:30 -07:00 committed by GitHub
parent c368d64d88
commit 8bbe71787a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,6 @@ permissions: read-all
jobs:
build:
permissions:
checks: write # for coverallsapp/github-action to create new checks
name: coverage
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/flutter' }}