Fix/semantic commits (#70)

* fix: semantic commit token permission

Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>

* fix: token permissions of semantic commits

Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>

---------

Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
This commit is contained in:
Thomas Schuetz
2023-03-24 23:05:33 +01:00
committed by GitHub
parent 0181c0aeb5
commit 90a30f38bd

View File

@@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions: permissions:
contents: read # Needed for checking out the repository contents: read # Needed for checking out the repository
pull-requests: read # Needed for reading prs
steps: steps:
- name: Validate Pull Request - name: Validate Pull Request
uses: amannn/action-semantic-pull-request@v5.2.0 uses: amannn/action-semantic-pull-request@v5.2.0