From e7b0587114b2062580e6874b086bec6ca830fe0b Mon Sep 17 00:00:00 2001 From: Paul Mars Date: Tue, 7 Apr 2026 13:57:49 +0200 Subject: [PATCH] ci: hardcod repo to get release from origin --- .github/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index a0fe2e9e..ac7d79ea 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Download and extract latest release run: | - gh release download --repo ${{ github.repository }} --pattern '*linux_${{ matrix.arch }}.tar.gz' + gh release download --repo canonical/chisel --pattern '*linux_${{ matrix.arch }}.tar.gz' mkdir ${SCAN_DIR} tar xvf chisel*.tar.gz -C ${SCAN_DIR} env: