aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-09-24 21:34:41 +0530
committerBobby <[email protected]>2025-09-24 21:34:41 +0530
commit1ecf051d63f6c69a5092d7782aabc9aa1445957d (patch)
tree5bdee6582ff1f191223819185463a2ad4c5ae9ea /.github/workflows
parentc30b90cb40b2f3a9af9fb8aff9e4ba036301e44f (diff)
downloadthunderbird-ai-compose-server-1ecf051d63f6c69a5092d7782aabc9aa1445957d.tar.xz
thunderbird-ai-compose-server-1ecf051d63f6c69a5092d7782aabc9aa1445957d.zip
fix: add contents write permission for release workflowv0.1.0
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ed013bc..cf2a4a3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
release:
types: [created]
+permissions:
+ contents: write
+
jobs:
build:
runs-on: ubuntu-latest