From 542cfb764b3c96d9fc42648c980a6e1a99e86517 Mon Sep 17 00:00:00 2001 From: Alex <93376818+sashashura@users.noreply.github.com> Date: Thu, 1 Sep 2022 14:33:06 +0100 Subject: [PATCH] Update plugin.yaml (#9001) Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> --- .github/workflows/plugin.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/plugin.yaml b/.github/workflows/plugin.yaml index 86a64a797..1d5ee2787 100644 --- a/.github/workflows/plugin.yaml +++ b/.github/workflows/plugin.yaml @@ -9,6 +9,9 @@ on: tags: - "v*" +permissions: + contents: write # for goreleaser/goreleaser-action + jobs: release-plugin: runs-on: ubuntu-latest