From bd8c830a5b5e26b2c5563a345dde8823c788a4ea Mon Sep 17 00:00:00 2001 From: David Mallasen Date: Fri, 16 Aug 2024 12:02:23 +0200 Subject: [PATCH] Add permissions to verible-format GH action --- .github/workflows/verible-format.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/verible-format.yaml b/.github/workflows/verible-format.yaml index 41f4366..d62c650 100644 --- a/.github/workflows/verible-format.yaml +++ b/.github/workflows/verible-format.yaml @@ -10,6 +10,10 @@ on: jobs: verible-format: runs-on: ubuntu-latest + permissions: + checks: write + contents: read + pull-requests: read steps: - uses: actions/checkout@master - uses: chipsalliance/verible-formatter-action@main