From de2156fec1bff47a64213f0867710b857640e39a Mon Sep 17 00:00:00 2001 From: thschmitt <92723222+thschmitt@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:07:17 +0300 Subject: [PATCH] Add contents write permissions for publishing release Workflow does not contain permissions and inherits the organizations permissions. Restricting it to contents: write Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: thschmitt <92723222+thschmitt@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 84bab06..0780082 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,6 +118,8 @@ jobs: needs: [build, test_linux, test_windows, test_macos] if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest + permissions: + contents: write env: UIPATHCLI_VERSION: ${{ needs.build.outputs.UIPATHCLI_VERSION }} steps: