From 30fea86901692df043474dddcd7d25726c7815af Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 12 Feb 2025 18:00:58 -0500 Subject: [PATCH] ci: conventional commits permissions (#58) Signed-off-by: Chris Gianelloni --- .github/workflows/conventional-commits.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 9beef23..4479f16 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -10,7 +10,8 @@ jobs: build: name: Conventional Commits runs-on: ubuntu-latest + permissions: + contents: read steps: - uses: actions/checkout@v4 - - uses: webiny/action-conventional-commits@v1.3.0