Skip to content

Commit b2db8c6

Browse files
authored
ci: fix permissions to allow workflow to push to the repository
1 parent c6c91bb commit b2db8c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
- develop
99

1010
permissions:
11+
contents: write
12+
pull-requests: write
13+
issues: write
1114
id-token: write
12-
contents: read
1315

1416
jobs:
1517
build:

0 commit comments

Comments
 (0)