Skip to content

Commit 905a042

Browse files
authored
fix action permission (#13)
1 parent 4b0fb1e commit 905a042

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
permissions:
99
contents: write # we need this to be able to push tags
10-
10+
pull-requests: read
11+
1112
jobs:
1213
release_tag:
1314
name: Release version
@@ -66,6 +67,7 @@ jobs:
6667
6768
- name: Build Changelog
6869
id: github_release
70+
6971
uses: mikepenz/release-changelog-builder-action@v5
7072
with:
7173
mode: "PR"

0 commit comments

Comments
 (0)