From 4188c5d86b072742837d81096cdb85c8e9d5444e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:47:17 +0000 Subject: [PATCH 1/2] Initial plan From dc8e8bdfdc74192301c3e77ec8962928344350c7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:49:21 +0000 Subject: [PATCH 2/2] fix: update release workflow publish action and permissions Agent-Logs-Url: https://github.com/niwo/cloudstack_client/sessions/851023cb-6410-453d-b993-8afc5e4a1a44 Co-authored-by: niwo <57439+niwo@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5c4d72..56e0ff7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: permissions: - contents: write + contents: read id-token: write jobs: @@ -54,6 +54,6 @@ jobs: bundler-cache: true - name: Publish gem to RubyGems - uses: rubygems/release-gem@v1 + uses: rubygems/release-gem@v2 with: api-key: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}