From 71f090c4a3a2767d90324ccff81b4b296484e259 Mon Sep 17 00:00:00 2001 From: Jonathan Haylett Date: Thu, 29 May 2025 16:10:45 +0100 Subject: [PATCH] Update action-gh-release and update permissions Signed-off-by: Jonathan Haylett --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8594fe..9d244b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,8 @@ on: jobs: build: runs-on: ubuntu-24.04 + permissions: + contents: write strategy: matrix: os: @@ -64,7 +66,7 @@ jobs: retention-days: 7 - name: Upload image to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: github.ref_type == 'tag' with: files: ${{ env.IMAGE_NAME }}.qcow2