From 24bff0699c4c5cdd346ff15e1ae19f586808df79 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 12 Feb 2025 16:54:28 -0500 Subject: [PATCH] ci: conventional commits permissions 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