Skip to content

Commit e01d1ea

Browse files
chore: add permissions for publish-release job
1 parent 3459946 commit e01d1ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
publish-release:
1616
name: Publish Release
1717
uses: raven-actions/.workflows/.github/workflows/__release-publish.yml@main
18+
permissions:
19+
contents: write
1820
secrets: inherit
1921
with:
2022
tag-name: ${{ github.event.inputs.tag-name || github.event.release.tag_name }}

0 commit comments

Comments
 (0)