Skip to content

Commit fc2f091

Browse files
committed
ci: fix content permission to upload release assets
1 parent f8af439 commit fc2f091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{ matrix.os }}
4343
permissions:
4444
attestations: write
45-
contents: read
45+
contents: write
4646
id-token: write
4747

4848
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)