We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
contents: write
1 parent 31872d9 commit b9da2fcCopy full SHA for b9da2fc
.github/workflows/release-project.yml
@@ -11,6 +11,9 @@ permissions: read-all
11
jobs:
12
release-package:
13
# 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
17
uses: seedcase-project/.github/.github/workflows/reusable-release-project.yml@main
18
with:
19
app-id: ${{ vars.UPDATE_VERSION_APP_ID }}
0 commit comments