Skip to content

Commit 6c285cd

Browse files
committed
release workflows permissions fix
1 parent 99bcc2d commit 6c285cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ["release"]
88

99
permissions:
10-
contents: read
10+
contents: write
1111

1212
jobs:
1313
build:

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- VERSION
1212

1313
permissions:
14-
contents: read
14+
contents: write
1515

1616
jobs:
1717
build:

0 commit comments

Comments
 (0)