diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-05 19:43:27 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-05 19:43:27 +0300 |
| commit | 8e281d214b033189abca8e65db581d063e9e82b4 (patch) | |
| tree | b271fd12f9461bcc4cb45a610a7d24b912a7b97c | |
| parent | d95e004d37ab26bf85b31de77b9357c5a8561f0f (diff) | |
| download | Project-Tick-8e281d214b033189abca8e65db581d063e9e82b4.tar.gz Project-Tick-8e281d214b033189abca8e65db581d063e9e82b4.zip | |
NOISSUE Update CI workflow permissions to allow write access for neozip release
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 444d8431e6..d8089c99c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -608,7 +608,7 @@ jobs: startsWith(github.ref, 'refs/tags/neozip-') uses: ./.github/workflows/neozip-release.yml permissions: - contents: read + contents: write secrets: inherit # ╔════════════════════════════════════════════════════════════════╗ |
