From 9df6c28a8f8ec2c6f710e06926cb71804f0d7650 Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Thu, 16 May 2024 12:36:07 -0400 Subject: [PATCH] add correct permission for assetations --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 533f497..93db8f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI permissions: contents: write - pages: write + attestations: write id-token: write packages: write @@ -20,9 +20,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Clone scancode-toolkit repository run: git clone https://github.com/nexB/scancode-toolkit.git