diff options
| author | Bobby <[email protected]> | 2025-09-24 21:34:41 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-09-24 21:34:41 +0530 |
| commit | 1ecf051d63f6c69a5092d7782aabc9aa1445957d (patch) | |
| tree | 5bdee6582ff1f191223819185463a2ad4c5ae9ea /.github/workflows/release.yml | |
| parent | c30b90cb40b2f3a9af9fb8aff9e4ba036301e44f (diff) | |
| download | thunderbird-ai-compose-server-0.1.0.tar.xz thunderbird-ai-compose-server-0.1.0.zip | |
fix: add contents write permission for release workflowv0.1.0
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 3 |
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 |
