mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-08-19 00:07:05 +00:00
fix: semantic commit token permission (#69)
Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
This commit is contained in:
parent
51aa59aea8
commit
0181c0aeb5
2
.github/workflows/semantic_pr.yaml
vendored
2
.github/workflows/semantic_pr.yaml
vendored
@ -11,6 +11,8 @@ defaults:
|
|||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
permissions:
|
||||||
|
contents: read # Needed for checking out the repository
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user