From ab0742fc538ad06a87ecbcae73f380f9188a6f9a Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Wed, 25 Mar 2026 12:38:39 +0000 Subject: [PATCH] ci: allocation job update Signed-off-by: Weston Steimel --- .github/workflows/allocate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/allocate.yaml b/.github/workflows/allocate.yaml index ab43a25dfcd..9650cc2488f 100644 --- a/.github/workflows/allocate.yaml +++ b/.github/workflows/allocate.yaml @@ -20,6 +20,8 @@ jobs: image: python:3.14-alpine permissions: contents: write + environment: + name: allocation if: github.repository == 'anchore/security-identifiers' # only run for main repo steps: - name: Install OS dependencies @@ -30,6 +32,7 @@ jobs: run: pip install git+https://github.com/anchore/security-cli - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: + ssh-key: ${{ secrets.DEPLOY_KEY }} persist-credentials: true - name: Allocate security identifiers run: anchore-security-cli id allocate --data-path data