Skip to content

Commit

Permalink
Use more strict permissions on benchmark deploy workflow (#6852)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsoulanille authored Sep 26, 2022
1 parent 1b8cc39 commit b75a2ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-benchmark-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ on:
paths:
- "e2e/benchmarks/**"

permissions:
contents: read

jobs:
build_and_preview:
permissions:
pull-requests: write # for FirebaseExtended/action-hosting-deploy to comment on PRs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b75a2ce

Please sign in to comment.