Skip to content

Commit bc45d2c

Browse files
committed
fix: add permissions to test-release
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent da4a021 commit bc45d2c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test-labeler.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: "Test Pull Request Labeler"
33
on:
44
pull_request_target:
5+
types: [opened, reopened, edited, synchronize]
56
permissions:
67
contents: read
78
jobs:

.github/workflows/test-release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ permissions:
99
contents: read
1010
jobs:
1111
release:
12+
permissions:
13+
contents: write
14+
discussions: write
15+
packages: write
16+
pull-requests: read
1217
uses: ./.github/workflows/release.yaml
1318
with:
1419
publish: true

0 commit comments

Comments
 (0)