Skip to content

Commit 59fdd16

Browse files
committed
release drafter upd
1 parent 60704b8 commit 59fdd16

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release-drafter.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ on:
55
branches:
66
- main
77
pull_request:
8-
# types: [opened, reopened, synchronize]
8+
types: [opened, reopened, synchronize]
9+
10+
# Permissions for default token (secrets.GITHUB_TOKEN)
11+
permissions:
12+
contents: write
13+
pull-requests: read
914

1015
jobs:
1116
update_release_draft:

0 commit comments

Comments
 (0)