From 0181c0aeb56ad82fd232ce1c7788c43b7bd03bf2 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz <38893055+thschue@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:58:38 +0100 Subject: [PATCH] fix: semantic commit token permission (#69) Signed-off-by: Thomas Schuetz --- .github/workflows/semantic_pr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semantic_pr.yaml b/.github/workflows/semantic_pr.yaml index 1c9634989e..0828b7f2e3 100644 --- a/.github/workflows/semantic_pr.yaml +++ b/.github/workflows/semantic_pr.yaml @@ -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