Skip to content

Commit b9da2fc

Browse files
authored
ci: 🛂 releasing requires contents: write permissions (#8)
# Description I forgot this permission setting. It is needed to release to GitHub. No review needed.
1 parent 31872d9 commit b9da2fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-project.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ permissions: read-all
1111
jobs:
1212
release-package:
1313
# This job outputs env variables `previous_version` and `current_version`.
14+
# The workflow needs write permissions for `GITHUB_TOKEN` to create a release.
15+
permissions:
16+
contents: write
1417
uses: seedcase-project/.github/.github/workflows/reusable-release-project.yml@main
1518
with:
1619
app-id: ${{ vars.UPDATE_VERSION_APP_ID }}

0 commit comments

Comments
 (0)