chore(ci): GitHub Workflows security hardening (#8030)

This commit is contained in:
Alex 2022-08-31 15:45:17 +01:00 committed by GitHub
parent 97c9710ce3
commit 830153ddd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: