Skip to content

Commit

Permalink
fix: semantic commit token permission (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
  • Loading branch information
thschue committed Mar 24, 2023
1 parent 51aa59a commit 0181c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semantic_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ defaults:
jobs:
validate:
runs-on: ubuntu-22.04
permissions:
contents: read # Needed for checking out the repository
steps:
- name: Validate Pull Request
uses: amannn/action-semantic-pull-request@v5.2.0
Expand Down

0 comments on commit 0181c0a

Please sign in to comment.