From f8bc366b33bcef5ec56ef774d1842e3f7b7cd903 Mon Sep 17 00:00:00 2001 From: Eti Ijeoma Date: Fri, 11 Oct 2024 12:46:27 +0100 Subject: [PATCH] test the build and release workflow Signed-off-by: Eti Ijeoma --- .github/workflows/build-and-release-snapshot-plugin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release-snapshot-plugin.yml b/.github/workflows/build-and-release-snapshot-plugin.yml index 190e567685..37a5eeb434 100644 --- a/.github/workflows/build-and-release-snapshot-plugin.yml +++ b/.github/workflows/build-and-release-snapshot-plugin.yml @@ -10,8 +10,9 @@ on: # Permissions block to ensure the workflow has the right access permissions: - contents: write # Required to create and update releases, upload assets - actions: read # Allows the workflow to read action metadata + contents: write + pull-requests: write + repository-projects: write jobs: release: