mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 17:49:05 +00:00
Add write access to create content (#5)
This commit is contained in:
parent
329467123b
commit
5065a7c203
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -768,6 +768,10 @@ jobs:
|
|||||||
name: Publish release
|
name: Publish release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [read_metadata, create_release]
|
needs: [read_metadata, create_release]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORMATTED_VERSION: ${{ needs.read_metadata.outputs.formatted_version }}
|
FORMATTED_VERSION: ${{ needs.read_metadata.outputs.formatted_version }}
|
||||||
CHANGELOG: ${{ needs.read_metadata.outputs.changelog }}
|
CHANGELOG: ${{ needs.read_metadata.outputs.changelog }}
|
||||||
|
Loading…
Reference in New Issue
Block a user