Skip to content

Commit 883d908

Browse files
committed
Update action-gh-release and update permissions
Signed-off-by: Jonathan Haylett <[email protected]>
1 parent 812a9ee commit 883d908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-24.04
12+
permissions:
13+
contents: write
1214
strategy:
1315
matrix:
1416
os:
@@ -64,7 +66,7 @@ jobs:
6466
retention-days: 7
6567

6668
- name: Upload image to release
67-
uses: softprops/action-gh-release@v1
69+
uses: softprops/action-gh-release@v2
6870
if: github.ref_type == 'tag'
6971
with:
7072
files: ${{ env.IMAGE_NAME }}.qcow2

0 commit comments

Comments
 (0)