diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 729d116bcf32..f7be9bbe95b9 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -6,12 +6,17 @@ on: - main - docusaurus-v** +permissions: + contents: read + concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: lighthouse-report: + permissions: + pull-requests: write # for marocchino/sticky-pull-request-comment name: Lighthouse Report runs-on: ubuntu-latest steps: