From 11d29fc7ec2bce14a63cc7f9574ebec4096d0a86 Mon Sep 17 00:00:00 2001 From: agouy Date: Thu, 19 Sep 2024 16:20:51 +0000 Subject: [PATCH] updated permissions --- .github/workflows/ci.yaml | 1 - .github/workflows/release.yaml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e50b253..8fbecd2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,6 @@ jobs: packages: write attestations: write id-token: write - repository-projects: write # steps: - name: Checkout repository diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d4b24ed..bae12ba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,11 +16,10 @@ jobs: runs-on: ubuntu-latest # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: - contents: read + contents: write packages: write attestations: write id-token: write - repository-projects: write # steps: - name: Checkout repository