Skip to content

Commit dafe673

Browse files
committed
fix: add permissions to changelog job
1 parent 27fbc4d commit dafe673

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/prepare-tag.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
4141
changelog:
4242
needs: get-version
43+
permissions:
44+
contents: write
45+
pull-requests: write
46+
actions: read
47+
models: read
4348
uses: codesnippetspro/.github-private/.github/workflows/changelog.yml@v1
4449
with:
4550
repo: ${{ github.repository }}

0 commit comments

Comments
 (0)