Skip to content

Commit 53a9c80

Browse files
committed
fix: permissions in test-release workflow
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent d23c432 commit 53a9c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
jobs:
99
release:
1010
permissions:
11-
contents: read
12-
packages: write
11+
contents: write
12+
pull-requests: read
1313
uses: ./.github/workflows/release.yaml
1414
with:
1515
publish: true

0 commit comments

Comments
 (0)