Skip to content

Commit 5ed4ffb

Browse files
fix: grant contents:write permission to release workflow caller
1 parent 7c2b4d8 commit 5ed4ffb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
ter-publish:
99
uses: konradmichalik/reusable-github-actions/.github/workflows/release-typo3.yml@main
10+
permissions:
11+
contents: write
1012
secrets:
1113
typo3-api-token: ${{ secrets.TYPO3_API_TOKEN }}
1214
with:

0 commit comments

Comments
 (0)