Skip to content

Commit

Permalink
ci: tighten permissions on GitHub workflow (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Sep 30, 2022
1 parent a87c2fb commit 7eea578
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/semantic-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ on:
- edited
- synchronize

permissions:
contents: read

jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
permissions:
pull-requests: read
statuses: write
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@505e44b4f33b4c801f063838b3f053990ee46ea7 # v4.6
Expand Down

0 comments on commit 7eea578

Please sign in to comment.