From 18ee1dc532110d0e0bdda0e84dd35679bdb3259e Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Sat, 29 Mar 2025 11:15:54 +0300 Subject: [PATCH] ci: fix syntax --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d44c45f7..a3421ec5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,7 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest - permissions: - contents: write - gists: write + permissions: write-all steps: - name: Checkout repository uses: actions/checkout@master