Skip to content

Commit 39266ec

Browse files
Fixed permissions for apt release. (#317)
1 parent 7b5c37d commit 39266ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
default: "ubuntu-22.04"
2424
type: string
2525
permissions:
26-
contents: read
26+
contents: write # Required for creating releases and uploading assets
2727
actions: read
2828
jobs:
2929
build-source-package:

0 commit comments

Comments
 (0)