Skip to content

Commit 3406528

Browse files
authored
chore: Add content write permission (#33)
1 parent 2ab7365 commit 3406528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
name: Publish
1515
permissions:
1616
id-token: write
17+
contents: write
18+
pull-requests: write
1719
runs-on: ubuntu-latest
1820
if: |
1921
contains(github.event.head_commit.message, 'meta(changelog)')

0 commit comments

Comments
 (0)