From d7b6cc4caae3e4cd10142971066bd21044c1606f Mon Sep 17 00:00:00 2001 From: David Dworken Date: Mon, 23 May 2022 23:29:29 -0700 Subject: [PATCH] install requests which isn't installed by default in actions --- .github/workflows/slsa-releaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index b3e8bd4..663f142 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -44,6 +44,7 @@ jobs: MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }} run: | export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" + pip install requests python3 scripts/actions-sign.py echo $GITHUB_REF export VERSION=${GITHUB_REF##*/}