diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-06 13:05:45 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-06 13:05:45 -0400 |
| commit | 8adf1a06eb52d8285889071c2dac01b6108675a3 (patch) | |
| tree | 50badcb64e0738b145da6b588aacb966259dcfe4 /.github | |
| parent | df27a96f1f67b8f30b96bf8fd28e985793dfd45d (diff) | |
| download | anubis-8adf1a06eb52d8285889071c2dac01b6108675a3.tar.xz anubis-8adf1a06eb52d8285889071c2dac01b6108675a3.zip | |
.github/workflows/package-builds-stable: allow write permissions to upload binary packages
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/package-builds-stable.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package-builds-stable.yml b/.github/workflows/package-builds-stable.yml index 651bbd5..bf78514 100644 --- a/.github/workflows/package-builds-stable.yml +++ b/.github/workflows/package-builds-stable.yml @@ -5,7 +5,7 @@ on: types: [published] permissions: - contents: read + contents: write actions: write jobs: |
