Skip to content

Commit 15396c8

Browse files
authored
Fix permissions for Release PR workflow (#1797)
1 parent 4faad66 commit 15396c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-pr.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ defaults:
1212
run:
1313
shell: bash
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
release:
1720
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)