mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-28 16:31:50 +00:00
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:
1
.github/workflows/semantic_pr.yaml
vendored
1
.github/workflows/semantic_pr.yaml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: read # Needed for checking out the repository
|
||||
pull-requests: read # Needed for reading prs
|
||||
steps:
|
||||
- name: Validate Pull Request
|
||||
uses: amannn/action-semantic-pull-request@v5.2.0
|
||||
|
Reference in New Issue
Block a user