From 3b2b9aaf92e35eb1550ab2103dbd4ed9cf1566b2 Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 1 Oct 2024 10:33:54 +0300 Subject: [PATCH] chore: fix permissions in ci --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 684de45..d12923e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,6 @@ jobs: runs-on: ${{ matrix.runner }} permissions: id-token: write - contents: read attestations: write steps: - uses: actions/checkout@v4