From 58ea8b45b1cc867e3c3eb9a992a54c9f6d6b95c4 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Wed, 25 Mar 2026 11:02:44 +0000 Subject: [PATCH] ci: update allocation workflow Signed-off-by: Weston Steimel --- .github/workflows/allocate.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/allocate.yaml b/.github/workflows/allocate.yaml index 8c8325db7bd..ab43a25dfcd 100644 --- a/.github/workflows/allocate.yaml +++ b/.github/workflows/allocate.yaml @@ -10,8 +10,7 @@ concurrency: group: allocate-security-identifiers cancel-in-progress: true -permissions: - contents: read +permissions: {} jobs: allocate-security-identifiers: @@ -31,7 +30,6 @@ jobs: run: pip install git+https://github.com/anchore/security-cli - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: - ssh-key: ${{ secrets.SECURITY_IDENTIFIERS_CI_PUSH_TOKEN }} persist-credentials: true - name: Allocate security identifiers run: anchore-security-cli id allocate --data-path data