| commit | e6ae6db14fc9241cf8640e05740c1ede0ec27c1f | [log] [tgz] |
|---|---|---|
| author | Khaled Hosny <khaled@aliftype.com> | Sun Jul 20 20:29:02 2025 +0300 |
| committer | Khaled Hosny <khaled@aliftype.com> | Sun Jul 20 20:29:02 2025 +0300 |
| tree | 134dcaa80cb4799bf4b9d6e20c12cd74b4bd9070 | |
| parent | 54d4a5a80d98594d6bde0db605035f8e0b1ad81a [diff] |
[ci/linux] Enable write permission This is needed to create new releases.
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c54b277..b30ac6d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml
@@ -8,7 +8,7 @@ branches: [ main ] permissions: - contents: read + contents: write jobs: build: