Skip to content

Commit a6370f6

Browse files
committed
fix 403 error
1 parent 3c9a6de commit a6370f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/iso.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: build ISO image
22
on: [push]
3+
permissions:
4+
contents: write
35
jobs:
46
build:
57
runs-on: ubuntu-latest
@@ -54,7 +56,6 @@ jobs:
5456
uses: actions/upload-artifact@v4
5557
if: startsWith(github.ref, 'refs/tags/')
5658
with:
57-
name: iso
5859
path: ./*.iso
5960

6061
# this will only run if we have a tagged commit

0 commit comments

Comments
 (0)