Skip to content

Commit ae64518

Browse files
updating the perms (#3883)
1 parent b1079cd commit ae64518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/self-hosted-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99

1010
permissions:
11-
contents: read
11+
contents: write
1212

1313
jobs:
1414
create-release-pr:

.github/workflows/self-hosted-release.yml

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

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

1212
jobs:
1313
create-release:

0 commit comments

Comments
 (0)