Skip to content

Commit 085c299

Browse files
committed
upgrade changelog github action
1 parent bd1fada commit 085c299

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-changelog.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
release:
55
types: [released]
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
update:
912
runs-on: ubuntu-latest
13+
timeout-minutes: 5
1014

1115
steps:
1216
- name: Checkout code

0 commit comments

Comments
 (0)