From f6e1b3133e213f6dcbddc40b5d39f43dfa737cbd Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 17 Aug 2025 17:18:55 +0300 Subject: ci: Add missing perm --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') 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 -- cgit