From 8f541e8fca2b62b3b650a746c57c79f5d32bca6c Mon Sep 17 00:00:00 2001 From: Nikolay Kostyurin Date: Sun, 9 Mar 2025 15:45:43 +0200 Subject: [PATCH] chore: add permissions to publish action --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 87cac37..d1d7d8e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,6 +7,12 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} +permissions: + contents: write + pull-requests: write + statuses: read + deployments: write + jobs: publish: runs-on: ubuntu-latest