aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-08-17 17:18:55 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-08-17 17:19:05 +0300
commitf6e1b3133e213f6dcbddc40b5d39f43dfa737cbd (patch)
tree08018eb37c4da57938904e29177c5d1374e4603a /.github/workflows
parentdc93f1c1fd7b67e2da5af2ffada732b9ddeb2d6a (diff)
downloadniri-f6e1b3133e213f6dcbddc40b5d39f43dfa737cbd.tar.gz
niri-f6e1b3133e213f6dcbddc40b5d39f43dfa737cbd.tar.bz2
niri-f6e1b3133e213f6dcbddc40b5d39f43dfa737cbd.zip
ci: Add missing perm
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ff10b677..2c15e443 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -311,6 +311,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs:
- build
+ permissions:
+ contents: write
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
@@ -339,4 +341,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./publish
- force_orphan: true \ No newline at end of file
+ force_orphan: true