Skip to content

Commit

Permalink
chore(ci): GitHub Workflows security hardening (#8030)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura committed Aug 31, 2022
1 parent 97c9710 commit 830153d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lighthouse-report.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 830153d

Please sign in to comment.