Skip to content

Commit 41931e4

Browse files
author
Robin Hermann
committed
fix: pipeline permissions
1 parent d35c688 commit 41931e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
push:
88
branches: [ "main" ]
99

10+
# Add permissions for creating releases
11+
permissions:
12+
contents: write
13+
1014
jobs:
1115
build:
1216

0 commit comments

Comments
 (0)